1# If you change this file, please alsolook at files which source this one: 2# shlelf_obsd.sh 3 4. ${srcdir}/emulparams/shelf.sh 5 6OUTPUT_FORMAT="elf32-sh-obsd" 7TEXT_START_ADDR=0x400000 8MAXPAGESIZE=0x10000 9COMMONPAGESIZE=0x1000 10GENERATE_PIE_SCRIPT=yes 11TRAP=0xc3c3c3c3 12 13DATA_START_SYMBOLS='__data_start = . ;'; 14 15ENTRY=__start 16 17unset EMBEDDED 18unset OTHER_SECTIONS 19 20. ${srcdir}/emulparams/elf_obsd.sh 21 22# No nx bit, so don't bother to pad between .text and .rodata 23unset PAD_RO 24