Implement proper "startup-with-shell" support on gdbserver
[deliverable/binutils-gdb.git] / ld / emulparams / elf_x86_64.sh
index 6055204874e298bdd13dfc7d60c7858542977c20..ca6d06cef7e5ec91b4703ffd736b65c0587f2bbf 100644 (file)
@@ -24,7 +24,7 @@ IREL_IN_PLT=
 # Reuse TINY_READONLY_SECTION which is placed right after .plt section.
 TINY_READONLY_SECTION="
 .plt.got      ${RELOCATING-0} : { *(.plt.got) }
-.plt.bnd      ${RELOCATING-0} : { *(.plt.bnd) }
+.plt.sec      ${RELOCATING-0} : { *(.plt.sec) }
 "
 
 if [ "x${host}" = "x${target}" ]; then
This page took 0.023792 seconds and 4 git commands to generate.