This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] remove symbol in mips crt0.S


Patch checked in.

-- Jeff J.

Eric Christopher wrote:
This is really only used by cygmon/redboot as far as I can tell and
really isn't necessary.

-eric



------------------------------------------------------------------------

Index: mips/crt0.S
===================================================================
RCS file: /cvs/src/src/libgloss/mips/crt0.S,v
retrieving revision 1.8
diff -u -p -w -r1.8 crt0.S
--- mips/crt0.S 18 Feb 2003 19:32:24 -0000 1.8
+++ mips/crt0.S 5 May 2003 21:16:18 -0000
@@ -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
/*



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]