gdb/gdbserver/
[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"
485cf679 7NO_REL_RELOCS=yes
94202e16
AM
8TEXT_START_ADDR=0x10000
9TARGET_PAGE_SIZE=0x10000
24718e3b 10MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
4900fc06 11ARCH=hppa
3231d22e 12MACHINE=hppa1.1 # We use 1.1 specific features.
4900fc06
AM
13NOP=0x08000240
14START="_start"
465bc359
AM
15OTHER_READONLY_SECTIONS="
16 .PARISC.unwind ${RELOCATING-0} : { *(.PARISC.unwind) }"
92b7e9d8 17DATA_START_SYMBOLS='PROVIDE ($global$ = .);'
3231d22e 18DATA_PLT=
b71a5181 19PLT_BEFORE_GOT=
3231d22e 20GENERATE_SHLIB_SCRIPT=yes
5b5a4ec7 21GENERATE_PIE_SCRIPT=yes
41392f03
AM
22TEMPLATE_NAME=elf32
23EXTRA_EM_FILE=hppaelf
This page took 0.392888 seconds and 4 git commands to generate.