ELF64: We apparently don't need exactitude for GOTOFF64
commitbdfd3b3b87b6f9e912724bff1cf3f6aa34cc9efe
authorH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 05:11:20 +0000 (17 22:11 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 18 Oct 2008 05:11:20 +0000 (17 22:11 -0700)
tree11dcf06da6ad47d22199fa030b1c3f6dd6986d93
parent15ed76867307abca4f732a0eb536f2fad2914767
ELF64: We apparently don't need exactitude for GOTOFF64

I am having a bit of a hard time understanding the proper operation of
the "exact" flag to elf_add_gsym_reloc().  We apparently won't
generate proper GOTOFF64 relocations with this flag set; it is
possible that there are *no* proper uses of this flag.  This clearly
needs to be figured out.

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