From 3010b05f3712e67fb7e8218a7381e26013656b74 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Mon, 26 May 2003 20:22:16 +0000 Subject: [PATCH] 2003-05-26 Eric Christopher * mips/crt0.S: Remove stackbase variable set. --- libgloss/ChangeLog | 4 ++++ libgloss/mips/crt0.S | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog index ec8b36670..7b2ec0e39 100644 --- a/libgloss/ChangeLog +++ b/libgloss/ChangeLog @@ -1,3 +1,7 @@ +2003-05-26 Eric Christopher + + * mips/crt0.S: Remove stackbase variable set. + 2003-05-02 Eric Christopher * mips/cma101.c (__sizemem): Make sure that end is not in .sdata. 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 /*