bfd/
[deliverable/binutils-gdb.git] / ld / emulparams / hppalinux.sh
CommitLineData
006336b8
JT
1# If you change this file, please also look at files which source this one:
2# hppanbsd.sh
3
4900fc06 4SCRIPT_NAME=elf
3231d22e 5ELFSIZE=32
d952f17a 6OUTPUT_FORMAT="elf32-hppa-linux"
94202e16
AM
7TEXT_START_ADDR=0x10000
8TARGET_PAGE_SIZE=0x10000
24718e3b 9MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
4900fc06 10ARCH=hppa
3231d22e 11MACHINE=hppa1.1 # We use 1.1 specific features.
4900fc06
AM
12NOP=0x08000240
13START="_start"
465bc359
AM
14OTHER_READONLY_SECTIONS="
15 .PARISC.unwind ${RELOCATING-0} : { *(.PARISC.unwind) }"
92b7e9d8 16DATA_START_SYMBOLS='PROVIDE ($global$ = .);'
3231d22e 17DATA_PLT=
b71a5181 18PLT_BEFORE_GOT=
3231d22e 19GENERATE_SHLIB_SCRIPT=yes
5b5a4ec7 20GENERATE_PIE_SCRIPT=yes
41392f03
AM
21TEMPLATE_NAME=elf32
22EXTRA_EM_FILE=hppaelf
This page took 0.296728 seconds and 4 git commands to generate.