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