[uClibc-cvs] uClibc/ldso/ldso/cris dl-startup.h,1.6,1.7

Erik Andersen andersen at uclibc.org
Tue Apr 20 06:32:58 UTC 2004


Update of /var/cvs/uClibc/ldso/ldso/cris
In directory nail:/tmp/cvs-serv21542/ldso/ldso/cris

Modified Files:
	dl-startup.h 
Log Message:
Cope with gcc 3.4's more aggressive persuit of attribute unused


Index: dl-startup.h
===================================================================
RCS file: /var/cvs/uClibc/ldso/ldso/cris/dl-startup.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/dl-startup.h	17 Feb 2004 10:55:54 -0000	1.6
+++ b/dl-startup.h	20 Apr 2004 06:32:55 -0000	1.7
@@ -15,7 +15,7 @@
 "	jsr $r9\n"			\
 );
 
-#define DL_BOOT(X) static void __attribute__ ((unused)) _dl_boot2 (X)
+#define DL_BOOT(X) static void __attribute_used__ _dl_boot2 (X)
 
 
 /* Get a pointer to the argv array.  On many platforms this can be just




More information about the uClibc-cvs mailing list