diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 0e01b50b9..c7d7696ec 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 26 16:33:25 2002 J"orn Rennecke + + * libc/sys/sh/crt0.S: Remove vestigial .section directive. + 2002-06-25 Jeff Johnston * libc/sys/linux/Makefile.am: Consolidate additional items under 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