bfd/
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_aix.sh
CommitLineData
41c49998
TW
1# See genscripts.sh and ../scripttempl/elf.sc for the meaning of these.
2SCRIPT_NAME=elf
3ELFSIZE=64
4TEMPLATE_NAME=elf32
5OUTPUT_FORMAT="elf64-ia64-aix-little"
6ARCH=ia64
7MACHINE=
24718e3b 8MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
64e9ece0 9TEXT_START_ADDR="0x10000000"
06143382 10DATA_ADDR="ALIGN (0x10000000) + (. & (${MAXPAGESIZE} - 1))"
41c49998
TW
11GENERATE_SHLIB_SCRIPT=yes
12NOP=0x00300000010070000002000001000400 # a bundle full of nops
465bc359
AM
13OTHER_GOT_SECTIONS="
14 .IA_64.pltoff ${RELOCATING-0} : { *(.IA_64.pltoff) }"
15OTHER_PLT_RELOC_SECTIONS="
16 .rela.IA_64.pltoff ${RELOCATING-0} : { *(.rela.IA_64.pltoff) }"
17OTHER_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.*}) }"
9c8ebd6a 21LIB_PATH="=/usr/lib/ia64l64:=/usr/lib:=/usr/local/lib"
This page took 0.280485 seconds and 4 git commands to generate.