x86: Move x86-specific linker options to elf_linker_x86_params
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386_ldso.sh
index b4ac9603a4fc80b79bc6efc461fcc522ef11127c..981c7014a3df6b2a825355f5758edf721d16ca5b 100644 (file)
@@ -1,10 +1,15 @@
+. ${srcdir}/emulparams/plt_unwind.sh
+. ${srcdir}/emulparams/extern_protected_data.sh
+. ${srcdir}/emulparams/dynamic_undefined_weak.sh
+. ${srcdir}/emulparams/call_nop.sh
 SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-i386"
+EXTRA_EM_FILE="elf-x86"
+NO_RELA_RELOCS=yes
 TEXT_START_ADDR=0x08048000
 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
 ARCH=i386
 MACHINE=
-NOP=0x90909090
 TEMPLATE_NAME=elf32
 GENERATE_SHLIB_SCRIPT=yes
 ELF_INTERPRETER_NAME=\"/usr/lib/ld.so.1\"
This page took 0.02457 seconds and 4 git commands to generate.