[uClibc-cvs] uClibc/libc/sysdeps/linux/i386 crt0.S,1.21,1.22

Manuel Novoa III mjn3 at uclibc.org
Sat Jan 17 14:45:57 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/i386
In directory nail:/tmp/cvs-serv3413

Modified Files:
	crt0.S 
Log Message:
Add __data_start needed by boehm garbage collector, in turn needed by libgcj.


Index: crt0.S
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/i386/crt0.S,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- crt0.S	2 Jan 2004 23:34:13 -0000	1.21
+++ crt0.S	17 Jan 2004 14:45:55 -0000	1.22
@@ -120,6 +120,10 @@
 	hlt
 .size _start,.-_start
 
+	.section ".data"
+	.globl  __data_start
+__data_start:
+	.long 0
 
 #if defined L_gcrt1 && defined __UCLIBC_PROFILING__
 # include "./gmon-start.S"




More information about the uClibc-cvs mailing list