Don't generate PLT entries for symbols defined in a regular object for
authorkettenis <kettenis@openbsd.org>
Thu, 25 Dec 2014 23:10:17 +0000 (23:10 +0000)
committerkettenis <kettenis@openbsd.org>
Thu, 25 Dec 2014 23:10:17 +0000 (23:10 +0000)
commitfda68da1d69e87bda29e4c262dc5379ef4454cec
treef21041c527c9d1499ccd08649fe3af6ff982c56b
parentec2a4e0ffccc34360c4f69d28ae1a71cb6ee178a
Don't generate PLT entries for symbols defined in a regular object for
-static -pie.

On sparc64, avoid generating GLOB_DAT relocs and convert certain absolute
relocs into RELATIVE relocs when we can for -static -pie.

With this change we don't need -Wl,-Bsymbolic anymore when building -static
-pie binaries.

ok millert@, kurt@
gnu/usr.bin/binutils/bfd/elf64-sparc.c
gnu/usr.bin/binutils/bfd/elflink.c