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