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

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


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

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/sh/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:56 -0000	1.6
+++ b/dl-startup.h	20 Apr 2004 06:33:05 -0000	1.7
@@ -18,7 +18,7 @@
 "	.previous\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