[uClibc-cvs] uClibc/libc/sysdeps/linux/mips crt0.S,1.10,1.11

Manuel Novoa III mjn3 at uclibc.org
Sat Nov 29 02:17:29 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips
In directory winder:/tmp/cvs-serv4833

Modified Files:
	crt0.S 
Log Message:
Patch by "Bradley D. LaRonde" <brad at ltc.com> for boehm garbage collector.


Index: crt0.S
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/crt0.S,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- crt0.S	25 Jan 2003 14:06:56 -0000	1.10
+++ crt0.S	29 Nov 2003 02:17:24 -0000	1.11
@@ -53,3 +53,6 @@
 hlt:
 	b   hlt
 
+	.section ".data"
+	.globl __data_start
+__data_start:




More information about the uClibc-cvs mailing list