2005-02-06 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / ld / emulparams / shelf_nbsd.sh
CommitLineData
8d05742f
JT
1# If you change this file, please alsolook at files which source this one:
2# shlelf_nbsd.sh
3
4. ${srcdir}/emulparams/shelf.sh
5
6OUTPUT_FORMAT="elf32-sh-nbsd"
7TEXT_START_ADDR=0x400000
8MAXPAGESIZE=0x10000
9
10DATA_START_SYMBOLS='__data_start = . ;';
11
12ENTRY=_start
13
14unset EMBEDDED
164c4054 15unset OTHER_SECTIONS
This page took 0.155576 seconds and 4 git commands to generate.