2003-05-26 Eric Christopher <echristo@redhat.com>
* mips/crt0.S: Remove stackbase variable set.
This commit is contained in:
parent
ada0376f64
commit
3010b05f37
@ -1,3 +1,7 @@
|
||||
2003-05-26 Eric Christopher <echristo@redhat.com>
|
||||
|
||||
* mips/crt0.S: Remove stackbase variable set.
|
||||
|
||||
2003-05-02 Eric Christopher <echristo@redhat.com>
|
||||
|
||||
* mips/cma101.c (__sizemem): Make sure that end is not in .sdata.
|
||||
|
@ -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
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user