CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/25 16:10:17
Modified files:
gnu/usr.bin/binutils/bfd: elf64-sparc.c elflink.c
Log message:
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@
