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]

Re: [patch] Dwarf3 CIE format


On Wednesday 12 May 2004 16:40, Andreas Jaeger wrote:
> 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?

For consistency. The value assigned to this is an "unsigned" regno 
(cfi_set_return column). We also use unsigned regster numbers in the cfi 
data.

Paul


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]