PR25172, Wrong description of --stop-address=ADDR switch
[deliverable/binutils-gdb.git] / ld / emulparams / aarch64elf.sh
1 ARCH=aarch64
2 MACHINE=
3 NOP=0x1f2003d5
4
5 SCRIPT_NAME=elf
6 ELFSIZE=64
7 OUTPUT_FORMAT="elf64-littleaarch64"
8 BIG_OUTPUT_FORMAT="elf64-bigaarch64"
9 LITTLE_OUTPUT_FORMAT="elf64-littleaarch64"
10 NO_REL_RELOCS=yes
11
12 TEMPLATE_NAME=elf
13 EXTRA_EM_FILE=aarch64elf
14
15 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
16
17 ENTRY=_start
18 EMBEDDED=yes
19 SEPARATE_GOTPLT=24
20 IREL_IN_PLT=
21 TEXT_START_ADDR=0x00400000
22
23 DATA_START_SYMBOLS="${CREATE_SHLIB+PROVIDE (}__data_start = .${CREATE_SHLIB+)};"
24
25 # AArch64 does not support .s* sections.
26 NO_SMALL_DATA=yes
27
28 OTHER_BSS_SYMBOLS="${CREATE_SHLIB+PROVIDE (}__bss_start__ = .${CREATE_SHLIB+)};"
29 OTHER_BSS_END_SYMBOLS="${CREATE_SHLIB+PROVIDE (}_bss_end__ = .${CREATE_SHLIB+)}; ${CREATE_SHLIB+PROVIDE (}__bss_end__ = .${CREATE_SHLIB+)};"
30 OTHER_END_SYMBOLS="${CREATE_SHLIB+PROVIDE (}__end__ = .${CREATE_SHLIB+)};"
31
32 OTHER_SECTIONS='.note.gnu.arm.ident 0 : { KEEP (*(.note.gnu.arm.ident)) }'
33 ATTRS_SECTIONS='.ARM.attributes 0 : { KEEP (*(.ARM.attributes)) KEEP (*(.gnu.attributes)) }'
34
35 # This sets the stack to the top of the simulator memory (2^19 bytes).
36 STACK_ADDR=0x80000
This page took 0.031102 seconds and 4 git commands to generate.