[uClibc-cvs] uClibc/ldso/ldso/arm dl-startup.h,1.8,1.9

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


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

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/arm/dl-startup.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- a/dl-startup.h	17 Feb 2004 10:55:54 -0000	1.8
+++ b/dl-startup.h	20 Apr 2004 06:32:54 -0000	1.9
@@ -20,7 +20,7 @@
 "	mov	pc, r6\n"			\
 );
 
-#define DL_BOOT(X)   static __attribute__ ((unused)) void* _dl_boot2 (X)
+#define DL_BOOT(X)   static __attribute_used__ void* _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