| OUTPUT_FORMAT="elf64-alpha" |
| TEXT_START_ADDR="0x120000000" |
| MAXPAGESIZE="CONSTANT (MAXPAGESIZE)" |
| COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)" |
| GENERATE_SHLIB_SCRIPT=yes |
| # Yes, we want duplicate .plt sections. The linker chooses the |
| # appropriate one magically in alpha_after_open. |
| PLT=".plt ${RELOCATING-0} : SPECIAL { *(.plt) }" |
| # Note that the number is always big-endian, thus we have to |
| # reverse the digit string. |
| NOP=0x0000fe2f1f04ff47 # unop; nop |
| OTHER_READONLY_SECTIONS=" |
| .reginfo ${RELOCATING-0} : { *(.reginfo) }" |