[PATCH]Remove stack symbol definition from crt files for SH
anitak
anitak@kpit.com
Mon Jan 29 15:01:00 GMT 2001
Hi,
When the stack region is specified at the top of the memory in linker
script,
the following definition in newlib/libc/sys/sh/crt0.S
_stack: .long 0xdeaddead causes it to be put out of ram and gives error
for COFF.
Regards,
Anita Kulkarni
Following is the patch for removing it:
----------------------------------------------------------------------------
----------
--- ChangeLog Mon Dec 3 12:43:45 2001
+++ ChangeLog.New Mon Dec 3 13:03:18 2001
@@ -1,3 +1,7 @@
+2001-12-03 Anita Kulkarni <anitak@kpit.com>
+
+ * libc/sys/sh/crt0.S: Remove stack symbol definition 0xdeaddead.
+
Wed Dec 14 Jeff Johnston <jjohnstn@redhat.com>
* configure.host: Turn on long double I/O for Cygwin.
----------------------------------------------------------------------------
----------
--- crt0.S Fri Feb 18 01:09:50 2000
+++ crt0.S.New Mon Dec 3 11:56:28 2001
@@ -52,4 +52,3 @@
#else
.section .stack
#endif
-_stack: .long 0xdeaddead
More information about the Newlib
mailing list