Patch for bfd/coff64-rs6000.c

Nick Clifton nickc@redhat.com
Fri Mar 16 13:40:00 GMT 2001


Hi Andrew,

> Scott Thomason writes:
>  > -  in->_n._n_n._n_offset = bfd_h_get_32(abfd, (bfd_byte *) ext->e_offset);
>  > -  in->n_value = bfd_h_get_64(abfd, (bfd_byte *) ext->e.e_value);
>  > +  in->_n._n_n._n_offset = bfd_h_get_32(abfd, (bfd_byte *) ext->e.e.e_offset);
>  > +  in->n_value = bfd_h_get_64(abfd, (bfd_byte *) ext->e_value);
> 
> Nothing to do with this particular patch, but:
> 
> Isn't _n._n_n._n_offset the same as n_offset?
> 
> So this could be in->n_offset, couldn't it?

It certainly looks that way.

Cheers
        Nick



More information about the Binutils mailing list