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