Explicit locations: introduce explicit locations
[deliverable/binutils-gdb.git] / ld / emulparams / aarch64elf32.sh
CommitLineData
0609b767
YZ
1ARCH="aarch64:ilp32"
2MACHINE=
3NOP=0
4
5SCRIPT_NAME=elf
6ELFSIZE=32
7OUTPUT_FORMAT="elf32-littleaarch64"
8BIG_OUTPUT_FORMAT="elf32-bigaarch64"
9LITTLE_OUTPUT_FORMAT="elf32-littleaarch64"
10NO_REL_RELOCS=yes
11
12TEMPLATE_NAME=elf32
13EXTRA_EM_FILE=aarch64elf
14
15GENERATE_SHLIB_SCRIPT=yes
16MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
17
18ENTRY=_start
19EMBEDDED=yes
56244278 20SEPARATE_GOTPLT=12
1419bbe5 21IREL_IN_PLT=
0609b767
YZ
22TEXT_START_ADDR=0x00400000
23
24DATA_START_SYMBOLS='__data_start = . ;';
25
26# AArch64 does not support .s* sections.
27NO_SMALL_DATA=yes
28
29OTHER_BSS_SYMBOLS='__bss_start__ = .;'
30OTHER_BSS_END_SYMBOLS='_bss_end__ = . ; __bss_end__ = . ;'
31OTHER_END_SYMBOLS='__end__ = . ;'
32
33OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
34ATTRS_SECTIONS='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
35
36# This sets the stack to the top of the simulator memory (2^19 bytes).
37STACK_ADDR=0x80000
This page took 0.105073 seconds and 4 git commands to generate.