* ld-powerpc/tlsexe32.d: Update for changed symbols from objdump.
[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
9MAXPAGESIZE=0x10000
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
AM
17DATA_PLT=
18GENERATE_SHLIB_SCRIPT=yes
41392f03
AM
19TEMPLATE_NAME=elf32
20EXTRA_EM_FILE=hppaelf
This page took 0.153854 seconds and 4 git commands to generate.