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]

Re: Patch for bfd/coff64-rs6000.c


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


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