PR 4515
[deliverable/binutils-gdb.git] / ld / emulparams / elf64alpha.sh
CommitLineData
ad95f82a 1ENTRY=_start
252b5132
RH
2SCRIPT_NAME=elf
3ELFSIZE=64
4TEMPLATE_NAME=elf32
c279ca3e 5EXTRA_EM_FILE=alphaelf
252b5132
RH
6OUTPUT_FORMAT="elf64-alpha"
7TEXT_START_ADDR="0x120000000"
24718e3b
L
8MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
252b5132
RH
10ARCH=alpha
11MACHINE=
12GENERATE_SHLIB_SCRIPT=yes
36af4a4e 13GENERATE_PIE_SCRIPT=yes
8d6d53d4
RH
14
15# Yes, we want duplicate .plt sections. The linker chooses the
16# appropriate one magically in alpha_after_open.
17PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
18DATA_PLT=yes
19TEXT_PLT=yes
20
8bb57516
RH
21# Note that the number is always big-endian, thus we have to
22# reverse the digit string.
23NOP=0x0000fe2f1f04ff47 # unop; nop
252b5132 24
465bc359
AM
25OTHER_READONLY_SECTIONS="
26 .reginfo ${RELOCATING-0} : { *(.reginfo) }"
This page took 0.328438 seconds and 4 git commands to generate.