Upload Tizen:Base source
[external/binutils.git] / ld / emulparams / shelf32_nbsd.sh
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
6 OUTPUT_FORMAT="elf32-sh64-nbsd"
7 TEXT_START_ADDR=0x400000
8 MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
9
10 ENTRY=__start
11
12 unset EMBEDDED
13 unset STACK_ADDR
14 unset OTHER_SECTIONS
15 OTHER_SECTIONS="
16   .cranges 0 : { *(.cranges) }
17 "