summaryrefslogtreecommitdiffstats
path: root/libgloss/mips/crt0.S
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2003-05-26 20:22:16 +0000
committerJeff Johnston <jjohnstn@redhat.com>2003-05-26 20:22:16 +0000
commit3010b05f3712e67fb7e8218a7381e26013656b74 (patch)
tree52d35a1c260a06b41a14dd19b6251b4788777010 /libgloss/mips/crt0.S
parentada0376f6499dd8d796de5020eb86d14430cfea4 (diff)
downloadcygnal-3010b05f3712e67fb7e8218a7381e26013656b74.tar.gz
cygnal-3010b05f3712e67fb7e8218a7381e26013656b74.tar.bz2
cygnal-3010b05f3712e67fb7e8218a7381e26013656b74.zip
2003-05-26 Eric Christopher <echristo@redhat.com>
* mips/crt0.S: Remove stackbase variable set.
Diffstat (limited to 'libgloss/mips/crt0.S')
-rw-r--r--libgloss/mips/crt0.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgloss/mips/crt0.S b/libgloss/mips/crt0.S
index 0c919f798..8810afa6c 100644
--- a/libgloss/mips/crt0.S
+++ b/libgloss/mips/crt0.S
@@ -43,7 +43,6 @@
.comm __memsize, 12
.comm __lstack, STARTUP_STACK_SIZE
- .comm __stackbase,4
.text
.align 2
@@ -164,7 +163,6 @@ zerobss:
subu t0,t0,64
4:
move sp,t0 # set stack pointer
- sw sp,__stackbase # keep this for future ref
.end zerobss
/*