mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
20 lines
390 B
Bash
20 lines
390 B
Bash
# If you change this file, please alsolook at files which source this one:
|
|
# shlelf_nbsd.sh
|
|
|
|
. ${srcdir}/emulparams/shelf.sh
|
|
|
|
OUTPUT_FORMAT="elf32-sh-nbsd"
|
|
TEXT_START_ADDR=0x400000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
|
|
DATA_START_SYMBOLS='PROVIDE (__data_start = .);';
|
|
|
|
ENTRY=__start
|
|
|
|
unset EMBEDDED
|
|
unset OTHER_SECTIONS
|
|
|
|
OTHER_READWRITE_SECTIONS='
|
|
.note.ABI-tag : { *(.note.ABI-tag) }
|
|
'
|