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]

crt0 patch...


We don't really need stackbase here. Only really used for redboot/cygmon
afaict.

-eric

-- 
Eric Christopher <echristo@redhat.com>

2003-05-05  Eric Christopher  <echristo@redhat.com>
 
        * mips/crt0.S: Remove stackbase variable set.

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]