[patch] Dwarf3 CIE format

Paul Brook paul@codesourcery.com
Wed May 12 15:51:00 GMT 2004


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



More information about the Binutils mailing list