6 OUTPUT_FORMAT
="elf64-alpha"
7 TEXT_START_ADDR
="0x120000000"
8 MAXPAGESIZE
="CONSTANT (MAXPAGESIZE)"
9 COMMONPAGESIZE
="CONSTANT (COMMONPAGESIZE)"
12 GENERATE_SHLIB_SCRIPT
=yes
13 GENERATE_PIE_SCRIPT
=yes
15 # Yes, we want duplicate .plt sections. The linker chooses the
16 # appropriate one magically in alpha_after_open.
17 PLT
=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }"
21 # Note that the number is always big-endian, thus we have to
22 # reverse the digit string.
23 NOP
=0x0000fe2f1f04ff47 # unop; nop
25 OTHER_READONLY_SECTIONS
="
26 .reginfo ${RELOCATING-0} : { *(.reginfo) }"