2002-04-22 Eric Christopher <echristo@redhat.com>
[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
2d20f7bf
JJ
10if test -n "$CREATE_SHLIB"; then
11 # Optimize shared libraries for 16K page size
12 COMMONPAGESIZE=0x4000
13fi
800eeca4
JW
14TEXT_START_ADDR="0x4000000000000000"
15DATA_ADDR="0x6000000000000000 + (. & (${MAXPAGESIZE} - 1))"
16GENERATE_SHLIB_SCRIPT=yes
17NOP=0x00300000010070000002000001000400 # a bundle full of nops
465bc359
AM
18OTHER_GOT_SECTIONS="
19 .IA_64.pltoff ${RELOCATING-0} : { *(.IA_64.pltoff) }"
20OTHER_PLT_RELOC_SECTIONS="
21 .rela.IA_64.pltoff ${RELOCATING-0} : { *(.rela.IA_64.pltoff) }"
22OTHER_READONLY_SECTIONS="
23 .opd ${RELOCATING-0} : { *(.opd) }
997e08c0
AS
24 .IA_64.unwind_info ${RELOCATING-0} : { *(.IA_64.unwind_info${RELOCATING+* .gnu.linkonce.ia64unwi.*}) }
25 .IA_64.unwind ${RELOCATING-0} : { *(.IA_64.unwind${RELOCATING+* .gnu.linkonce.ia64unw.*}) }"
This page took 0.1473 seconds and 4 git commands to generate.