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 10ENTRY="__start" 11MACHINE=hppa1.1 # We use 1.1 specific features. 12OTHER_READONLY_SECTIONS=".PARISC.unwind ${RELOCATING-0} : { *(.PARISC.unwind) }" 13DATA_NONEXEC_PLT= 14PLT_BEFORE_GOT= 15GENERATE_SHLIB_SCRIPT=yes 16 17. ${srcdir}/emulparams/elf_obsd.sh 18 19#override elf_obsd.sh 20DATA_START_SYMBOLS='PROVIDE ($global$ = .); __data_start = . ;' 21