[uClibc-cvs] uClibc/libc/sysdeps/linux/sh/bits machine-gmon.h, 1.2, 1.3

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


Update of /var/cvs/uClibc/libc/sysdeps/linux/sh/bits
In directory nail:/tmp/cvs-serv21542/libc/sysdeps/linux/sh/bits

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


Index: machine-gmon.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/sh/bits/machine-gmon.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/machine-gmon.h	6 Mar 2003 13:57:31 -0000	1.2
+++ b/machine-gmon.h	20 Apr 2004 06:32:41 -0000	1.3
@@ -21,7 +21,7 @@
 #define mcount_internal __mcount_internal
 
 #define _MCOUNT_DECL(frompc, selfpc) \
-static void __attribute__((unused)) mcount_internal (u_long frompc, u_long selfpc)
+static void __attribute_used__ mcount_internal (u_long frompc, u_long selfpc)
 
 /*
  * This mcount implementation expect the 'frompc' return address on




More information about the uClibc-cvs mailing list