Optimize out i386/x86-64 JUMP_SLOT relocation
[deliverable/binutils-gdb.git] / ld / emulparams / elf_x86_64.sh
index 1e83a74cbe43171eb3855e4af1238e36a6f3889f..aa26a1b4f0a33a04efd9d52ebdbf8a7626bbac98 100644 (file)
@@ -17,7 +17,10 @@ LARGE_BSS_AFTER_BSS=
 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
 IREL_IN_PLT=
 # Reuse TINY_READONLY_SECTION which is placed right after .plt section.
-TINY_READONLY_SECTION=".plt.bnd      ${RELOCATING-0} : { *(.plt.bnd) }"
+TINY_READONLY_SECTION="
+.plt.got      ${RELOCATING-0} : { *(.plt.got) }
+.plt.bnd      ${RELOCATING-0} : { *(.plt.bnd) }
+"
 
 if [ "x${host}" = "x${target}" ]; then
   case " $EMULATION_LIBPATH " in
This page took 0.024709 seconds and 4 git commands to generate.