[uClibc-cvs] uClibc/ldso/ldso/cris boot1_arch.h,1.2,1.3

Tobias Anderberg tobiasa at uclibc.org
Fri Sep 19 12:11:46 UTC 2003


Update of /var/cvs/uClibc/ldso/ldso/cris
In directory winder:/tmp/cvs-serv10754

Modified Files:
	boot1_arch.h 
Log Message:
Corrected LD_BOOT macro

Index: boot1_arch.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/cris/boot1_arch.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- boot1_arch.h	27 Aug 2003 12:59:23 -0000	1.2
+++ boot1_arch.h	19 Sep 2003 12:11:43 -0000	1.3
@@ -14,4 +14,4 @@
 );
 
 #define _dl_boot _dl_boot2
-#define LD_BOOT(X) static void __attribute__ ((unused)) _dl_boot(X)
+#define LD_BOOT(X) static void * __attribute__ ((unused)) _dl_boot(X)




More information about the uClibc-cvs mailing list