From 0431ed4e0dade51ba78becc42789847a8275be9a Mon Sep 17 00:00:00 2001 From: Joern Rennecke Date: Wed, 26 Jun 2002 15:42:34 +0000 Subject: 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. --- newlib/libc/sys/sh/crt0.S | 6 ------ 1 file changed, 6 deletions(-) (limited to 'newlib/libc/sys/sh') 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 -- cgit v1.2.3