1 # See genscripts.sh and ../scripttempl/elf.sc for the meaning of these.
5 OUTPUT_FORMAT
="elf64-ia64-aix-little"
8 MAXPAGESIZE
="CONSTANT (MAXPAGESIZE)"
9 TEXT_START_ADDR
="0x10000000"
10 DATA_ADDR
="ALIGN (0x10000000) + (. & (${MAXPAGESIZE} - 1))"
11 GENERATE_SHLIB_SCRIPT
=yes
12 NOP
=0x00300000010070000002000001000400 # a bundle full of nops
14 .IA_64.pltoff ${RELOCATING-0} : { *(.IA_64.pltoff) }"
15 OTHER_PLT_RELOC_SECTIONS
="
16 .rela.IA_64.pltoff ${RELOCATING-0} : { *(.rela.IA_64.pltoff) }"
17 OTHER_READONLY_SECTIONS
="
18 .opd ${RELOCATING-0} : { *(.opd) }
19 .IA_64.unwind_info ${RELOCATING-0} : { *(.IA_64.unwind_info*${RELOCATING+ .gnu.linkonce.ia64unwi.*}) }
20 .IA_64.unwind ${RELOCATING-0} : { *(.IA_64.unwind*${RELOCATING+ .gnu.linkonce.ia64unw.*}) }"
21 LIB_PATH
="=/usr/lib/ia64l64:=/usr/lib:=/usr/local/lib"