source: branches/GNU/src/binutils/ld/emulparams/shelf32_nbsd.sh@ 608

Last change on this file since 608 was 608, checked in by (none), 22 years ago

This commit was manufactured by cvs2svn to create branch 'GNU'.

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 255 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.