]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/shelf32_nbsd.sh
2005-02-10 Andrew Cagney <cagney@gnu.org>
[thirdparty/binutils-gdb.git] / ld / emulparams / shelf32_nbsd.sh
CommitLineData
5b0e55b6
JT
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
f19ae42f
KK
14unset OTHER_SECTIONS
15OTHER_SECTIONS="
16 .cranges 0 : { *(.cranges) }
17"