diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-12-13 20:10:16 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-12-13 20:10:16 +0000 |
commit | b92591a1fc53f2d5c42faaf438f697006bf63a82 (patch) | |
tree | 3f44c47f80420d33ee852573ed4ded1fc81b1f21 /newlib/libc/sys | |
parent | d7b37ebf0a890aff1d5b2c5448711a898fc84930 (diff) | |
download | cygnal-b92591a1fc53f2d5c42faaf438f697006bf63a82.tar.gz cygnal-b92591a1fc53f2d5c42faaf438f697006bf63a82.tar.bz2 cygnal-b92591a1fc53f2d5c42faaf438f697006bf63a82.zip |
2001-12-13 Anita Kulkarni <anitak@kpit.com>
* libc/sys/sh/crt0.S: Remove stack symbol definition 0xdeaddead.
Diffstat (limited to 'newlib/libc/sys')
-rw-r--r-- | newlib/libc/sys/sh/crt0.S | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/sys/sh/crt0.S b/newlib/libc/sys/sh/crt0.S index 5ad67806a..88c9fac0d 100644 --- a/newlib/libc/sys/sh/crt0.S +++ b/newlib/libc/sys/sh/crt0.S @@ -52,4 +52,3 @@ exit_k: #else .section .stack #endif -_stack: .long 0xdeaddead |