ELF64: PLT32, GOTPCREL, and GOTPCREL64 really need exactitude
commit2a282275fec471daf93426f5fc2c4c92ba3197e4
authorH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 06:32:40 +0000 (17 23:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 06:32:40 +0000 (17 23:32 -0700)
tree5799ad5ba1b5d8b4511678746266a06c996f2e49
parent7f1315070e6ac38d4194cc333b391dcecf6f0053
ELF64: PLT32, GOTPCREL, and GOTPCREL64 really need exactitude

Now when the assembler is properly generating the address that we push
down to the backend, enable requesting an exact value for these
relocations (these are pointing to a specific GOT or PLT slot; the
addend is used to adjust the computed value in the instruction, not
for offset for the symbol.)

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
output/outelf64.c