This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Paul Brook <paul@codesourcery.com> writes:
> --- gas/dw2gencfi.c 7 Mar 2004 08:51:20 -0000 1.16
> +++ gas/dw2gencfi.c 12 May 2004 11:59:40 -0000
> @@ -91,14 +91,14 @@ struct fde_entry
> symbolS *end_address;
> struct cfi_insn_data *data;
> struct cfi_insn_data **last;
> - unsigned int return_column;
> + unsigned return_column;
Why do you remove the int?
> };
>
> struct cie_entry
> {
> struct cie_entry *next;
> symbolS *start_address;
> - unsigned int return_column;
> + unsigned return_column;
Same question here.
Andreas
--
Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj
SUSE Linux AG, Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |