* scripttempl/epiphany_4x4.sc, emulparams/elf32epiphany_4x4.sh: Add.
[deliverable/binutils-gdb.git] / ld / emulparams / aarch64linux.sh
CommitLineData
a06ea964
NC
1ARCH=aarch64
2MACHINE=
3NOP=0
4
5SCRIPT_NAME=elf
6OUTPUT_FORMAT="elf64-littleaarch64"
7BIG_OUTPUT_FORMAT="elf64-bigaarch64"
8LITTLE_OUTPUT_FORMAT="elf64-littleaarch64"
9NO_REL_RELOCS=yes
10
11TEMPLATE_NAME=elf32
12EXTRA_EM_FILE=aarch64elf
13
14GENERATE_SHLIB_SCRIPT=yes
15GENERATE_PIE_SCRIPT=yes
16
17MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
18COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
19SEPARATE_GOTPLT=24
20IREL_IN_PLT=
21
22TEXT_START_ADDR=0x400000
23
24DATA_START_SYMBOLS='PROVIDE (__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# Ensure each PLT entry is aligned to a cache line.
36PLT=".plt ${RELOCATING-0} : ALIGN(16) { *(.plt)${IREL_IN_PLT+ *(.iplt)} }"
This page took 0.034449 seconds and 4 git commands to generate.