1# If you change this file, please alsolook at files which source this one:
2# shlelf32_nbsd.sh
3
4. ${srcdir}/emulparams/shelf32.sh
5
6OUTPUT_FORMAT="elf32-sh64-nbsd"
7TEXT_START_ADDR=0x400000
8MAXPAGESIZE=0x10000
9
10ENTRY=__start
11
12unset EMBEDDED
13unset STACK_ADDR
14unset OTHER_SECTIONS
15OTHER_SECTIONS="
16  .cranges 0 : { *(.cranges) }
17"
18