[uClibc-cvs] uClibc/ldso/ldso/mips dl-startup.h,1.9,1.10

Erik Andersen andersen at uclibc.org
Tue Apr 20 06:33:04 UTC 2004


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

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/mips/dl-startup.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- a/dl-startup.h	17 Feb 2004 10:55:55 -0000	1.9
+++ b/dl-startup.h	20 Apr 2004 06:33:01 -0000	1.10
@@ -34,7 +34,7 @@
 "	jr $25\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