* emulparams/arm_epoc_pe.sh, emulparams/armpe.sh, emulparams/i386pe.sh,
[deliverable/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"
This page took 0.122742 seconds and 4 git commands to generate.