bfd/
[deliverable/binutils-gdb.git] / ld / emulparams / elf64alpha.sh
1 ENTRY=_start
2 SCRIPT_NAME=elf
3 ELFSIZE=64
4 TEMPLATE_NAME=elf32
5 EXTRA_EM_FILE=alphaelf
6 OUTPUT_FORMAT="elf64-alpha"
7 TEXT_START_ADDR="0x120000000"
8 MAXPAGESIZE=0x10000
9 COMMONPAGESIZE=0x2000
10 NONPAGED_TEXT_START_ADDR="0x120000000"
11 ARCH=alpha
12 MACHINE=
13 GENERATE_SHLIB_SCRIPT=yes
14 GENERATE_PIE_SCRIPT=yes
15 DATA_PLT=
16 # Note that the number is always big-endian, thus we have to
17 # reverse the digit string.
18 NOP=0x0000fe2f1f04ff47 # unop; nop
19
20 OTHER_READONLY_SECTIONS="
21 .reginfo ${RELOCATING-0} : { *(.reginfo) }"
This page took 0.030775 seconds and 4 git commands to generate.