* 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.
This commit is contained in:
Joern Rennecke 2002-06-26 15:42:34 +00:00
parent 303af15742
commit 0431ed4e0d
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,7 @@
Wed Jun 26 16:33:25 2002 J"orn Rennecke <joern.rennecke@superh.com>
* libc/sys/sh/crt0.S: Remove vestigial .section directive.
2002-06-25 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/Makefile.am: Consolidate additional items under

View File

@ -113,9 +113,3 @@ main_k:
exit_k:
.long _exit
#endif
#ifdef __ELF__
.section .stack,"aw"
#else
.section .stack
#endif