xref: /netbsd-src/external/gpl3/binutils.old/dist/ld/emulparams/shelf_nbsd.sh (revision 9573673d78c64ea1eac42d7f2e9521be89932ae5)
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="CONSTANT (MAXPAGESIZE)"
9
10DATA_START_SYMBOLS='PROVIDE (__data_start = .);';
11
12ENTRY=__start
13
14unset EMBEDDED
15unset OTHER_SECTIONS
16
17OTHER_READWRITE_SECTIONS='
18  .note.ABI-tag : { *(.note.ABI-tag) }
19'
20