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