Patch for bfd/coff64-rs6000.c
Andrew Haley
aph@redhat.com
Fri Mar 16 09:57:00 GMT 2001
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?
Confused again,
Andrew.
More information about the Binutils
mailing list