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