ELF: Call check_relocs after opening all inputs
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386.sh
index 93f19924ecd558ab3d7d83516ae5a46f1cdc5bdb..084497c23098fc041135b68774bc521641835827 100644 (file)
@@ -1,4 +1,8 @@
 . ${srcdir}/emulparams/plt_unwind.sh
+. ${srcdir}/emulparams/extern_protected_data.sh
+. ${srcdir}/emulparams/dynamic_undefined_weak.sh
+. ${srcdir}/emulparams/call_nop.sh
+. ${srcdir}/emulparams/cet.sh
 SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-i386"
 NO_RELA_RELOCS=yes
@@ -13,6 +17,11 @@ GENERATE_PIE_SCRIPT=yes
 NO_SMALL_DATA=yes
 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0"
 IREL_IN_PLT=
+# Reuse TINY_READONLY_SECTION which is placed right after .plt section.
+TINY_READONLY_SECTION="
+.plt.got      ${RELOCATING-0} : { *(.plt.got) }
+.plt.sec      ${RELOCATING-0} : { *(.plt.sec) }
+"
 
 # Linux modify the default library search path to first include
 # a 32-bit specific directory.
This page took 0.023734 seconds and 4 git commands to generate.