164c405440
* emulparams/shelf.sh (STACK_ADDR): Don't define. (OTHER_SECTIONS): Define. * emulparams/shelf_nbsd.sh ((STACK_ADDR): Don't undef. (OTHER_SECTIONS): Undef. newlib: * libc/sys/sh/crt0.S: Remove vestigial .section directive. gcc: * config/sh/crt1.asm: remove _stack label definition and sentinel value.
16 lines
294 B
Bash
16 lines
294 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=0x10000
|
|
|
|
DATA_START_SYMBOLS='__data_start = . ;';
|
|
|
|
ENTRY=_start
|
|
|
|
unset EMBEDDED
|
|
unset OTHER_SECTIONS
|