|
From: Dean K. <kol...@qw...> - 2004-12-09 00:58:18
|
What version of ld are you using? I found the following change to ld in May. The patch seems to be the difference. http://sources.redhat.com/ml/binutils/2004-05/msg00593.html I'm looking for documentation on relocations and writing assembler for shared libraries.I found a reference that suggests R_X86_64_PC32 is wrong because it is only 32 bits, and a recently added R_X86_64_PC64 relocation. |