ELF64: GOTOFF64 doesn't need a gsym at all
commit8218572d5ed33d4d581133fbf34fc6249ca29ba9
authorH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 05:22:17 +0000 (17 22:22 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 05:22:17 +0000 (17 22:22 -0700)
tree00b8345c5c363208dc0ec299279e06d9d58cf0d4
parentbdfd3b3b87b6f9e912724bff1cf3f6aa34cc9efe
ELF64: GOTOFF64 doesn't need a gsym at all

GOTOFF64 is used for local variables (as a 64-bit offset from the GOT;
only needed in the Medium PIC or Large PIC models.)  It therefore
should *not* be a elf_add_gsym_reloc() invocation.

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