[uClibc-cvs] uClibc/libc/sysdeps/linux/i386 crt0.S,1.19,1.20

Erik Andersen andersen at codepoet.org
Tue Mar 4 07:05:37 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/i386
In directory winder:/tmp/cvs-serv19793/libc/sysdeps/linux/i386

Modified Files:
	crt0.S 
Log Message:
Fix compile when profiling is disabled


Index: crt0.S
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/i386/crt0.S,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- crt0.S	3 Mar 2003 20:58:14 -0000	1.19
+++ crt0.S	4 Mar 2003 07:05:33 -0000	1.20
@@ -100,7 +100,7 @@
 .size _start,.-_start
 
 
-#if defined L_gcrt1
+#if defined L_gcrt1 && defined __UCLIBC_PROFILING__
 # include "./gmon-start.S"
 #endif
 




More information about the uClibc-cvs mailing list