Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoern Rennecke <joern.rennecke@embecosm.com>2002-06-26 19:42:34 +0400
committerJoern Rennecke <joern.rennecke@embecosm.com>2002-06-26 19:42:34 +0400
commit0431ed4e0dade51ba78becc42789847a8275be9a (patch)
tree483cf08f1fd0749aa85bd39c401a24f53b3372a0 /newlib/libc/sys
parent303af157426b4fdc013c325fca4f3a6e0a007861 (diff)
ld:
* 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.
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r--newlib/libc/sys/sh/crt0.S6
1 files changed, 0 insertions, 6 deletions
diff --git a/newlib/libc/sys/sh/crt0.S b/newlib/libc/sys/sh/crt0.S
index 6eccf3a4b..e9f8dde94 100644
--- a/newlib/libc/sys/sh/crt0.S
+++ b/newlib/libc/sys/sh/crt0.S
@@ -113,9 +113,3 @@ main_k:
exit_k:
.long _exit
#endif
-
-#ifdef __ELF__
- .section .stack,"aw"
-#else
- .section .stack
-#endif