. ${srcdir}/emulparams/hppaelf.sh #override hppaelf.sh SCRIPT_NAME=elf_obsd ELFSIZE=32 OUTPUT_FORMAT="elf32-hppa" # other necessary defines, similar but not the same as linux. MAXPAGESIZE=0x1000 COMMONPAGESIZE=0x1000 ENTRY="__start" MACHINE=hppa1.1 # We use 1.1 specific features. OTHER_READONLY_SECTIONS=".PARISC.unwind ${RELOCATING-0} : { *(.PARISC.unwind) }" DATA_NONEXEC_PLT= PLT_BEFORE_GOT= GENERATE_SHLIB_SCRIPT=yes GENERATE_PIE_SCRIPT=yes TRAP=0x00000000 . ${srcdir}/emulparams/elf_obsd.sh #override elf_obsd.sh DATA_START_SYMBOLS='PROVIDE ($global$ = .); __data_start = . ;'