1. ${srcdir}/emulparams/hppaelf.sh 2 3#override hppaelf.sh 4SCRIPT_NAME=elf 5ELFSIZE=32 6OUTPUT_FORMAT="elf32-hppa" 7 8# other necessary defines, similar but not the same as linux. 9MAXPAGESIZE=0x1000 10COMMONPAGESIZE=0x1000 11ENTRY="__start" 12MACHINE=hppa1.1 # We use 1.1 specific features. 13OTHER_READONLY_SECTIONS=".PARISC.unwind ${RELOCATING-0} : { *(.PARISC.unwind) }" 14DATA_NONEXEC_PLT= 15PLT_BEFORE_GOT= 16GENERATE_SHLIB_SCRIPT=yes 17GENERATE_PIE_SCRIPT=yes 18TRAP=0x00000000 19 20. ${srcdir}/emulparams/elf_obsd.sh 21 22#override elf_obsd.sh 23DATA_START_SYMBOLS='PROVIDE ($global$ = .); __data_start = . ;' 24