* Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
[deliverable/binutils-gdb.git] / ld / emulparams / elf64_ia64.sh
CommitLineData
800eeca4
JW
1# See genscripts.sh and ../scripttempl/elf.sc for the meaning of these.
2SCRIPT_NAME=elf
3ELFSIZE=64
4TEMPLATE_NAME=elf32
908d20b3 5EXTRA_EM_FILE=needrelax
800eeca4
JW
6OUTPUT_FORMAT="elf64-ia64-little"
7ARCH=ia64
8MACHINE=
9MAXPAGESIZE=0x10000
10TEXT_START_ADDR="0x4000000000000000"
11DATA_ADDR="0x6000000000000000 + (. & (${MAXPAGESIZE} - 1))"
12GENERATE_SHLIB_SCRIPT=yes
13NOP=0x00300000010070000002000001000400 # a bundle full of nops
465bc359
AM
14OTHER_GOT_SECTIONS="
15 .IA_64.pltoff ${RELOCATING-0} : { *(.IA_64.pltoff) }"
16OTHER_PLT_RELOC_SECTIONS="
17 .rela.IA_64.pltoff ${RELOCATING-0} : { *(.rela.IA_64.pltoff) }"
18OTHER_READONLY_SECTIONS="
19 .opd ${RELOCATING-0} : { *(.opd) }
20 .IA_64.unwind_info ${RELOCATING-0} : { *(.IA_64.unwind_info*${RELOCATING+ .gnu.linkonce.ia64unwi.*}) }
21 .IA_64.unwind ${RELOCATING-0} : { *(.IA_64.unwind*${RELOCATING+ .gnu.linkonce.ia64unw.*}) }"
This page took 0.074991 seconds and 4 git commands to generate.