Long, long ago, Ian Lance Taylor, a life form in far off space,
emitted:

>the four bytes affected by R_386_PC32

Dear Ian, I think a single statement edit would fix ld re rel
relocs:  The place where we read the "four bytes affected" now
is the equivalent of

x = [the four bytes]  ...or... mov eax,[esi]

We need to change that one statement to the equivalent of

x = -4  ...or... mov eax,-4

Would you be so kind as to inform us of the file/line number of
that statement?  If so, we'll recompile (I have a friend who can
do that) and test the fixed ld on both my and existing object
files.  TIA, Jim



_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to