ELF: Call check_relocs after opening all inputs
[deliverable/binutils-gdb.git] / ld / emulparams / elf_i386.sh
1 . ${srcdir}/emulparams/plt_unwind.sh
2 . ${srcdir}/emulparams/extern_protected_data.sh
3 . ${srcdir}/emulparams/dynamic_undefined_weak.sh
4 . ${srcdir}/emulparams/call_nop.sh
5 . ${srcdir}/emulparams/cet.sh
6 SCRIPT_NAME=elf
7 OUTPUT_FORMAT="elf32-i386"
8 NO_RELA_RELOCS=yes
9 TEXT_START_ADDR=0x08048000
10 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
11 COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
12 ARCH=i386
13 MACHINE=
14 TEMPLATE_NAME=elf32
15 GENERATE_SHLIB_SCRIPT=yes
16 GENERATE_PIE_SCRIPT=yes
17 NO_SMALL_DATA=yes
18 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 12 ? 12 : 0"
19 IREL_IN_PLT=
20 # Reuse TINY_READONLY_SECTION which is placed right after .plt section.
21 TINY_READONLY_SECTION="
22 .plt.got ${RELOCATING-0} : { *(.plt.got) }
23 .plt.sec ${RELOCATING-0} : { *(.plt.sec) }
24 "
25
26 # Linux modify the default library search path to first include
27 # a 32-bit specific directory.
28 case "$target" in
29 x86_64*-linux* | i[3-7]86*-linux*)
30 case "$EMULATION_NAME" in
31 *i386*)
32 LIBPATH_SUFFIX=32
33 LIBPATH_SUFFIX_SKIP=64
34 ;;
35 esac
36 ;;
37 esac
This page took 0.030825 seconds and 5 git commands to generate.