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= 14GENERATE_SHLIB_SCRIPT=yes 15 16. ${srcdir}/emulparams/elf_obsd.sh 17 18#override elf_obsd.sh 19DATA_START_SYMBOLS='PROVIDE ($global$ = .); __data_start = . ;' 20