]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2004-08-13 Daniel Jacobowitz <dan@debian.org>
authorRoland McGrath <roland@gnu.org>
Sat, 14 Aug 2004 06:54:41 +0000 (06:54 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 14 Aug 2004 06:54:41 +0000 (06:54 +0000)
* sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
__attribute_used__.

sysdeps/arm/machine-gmon.h

index 039dfd9514480a595e6ba4bc8ebc88690b68aa12..fa3f65237d0252458cb99059452b756bac8a634c 100644 (file)
@@ -32,7 +32,7 @@ void _mcount (void);
 weak_alias (_mcount, mcount)
 #endif
 
-static void mcount_internal (u_long frompc, u_long selfpc);
+static void mcount_internal (u_long frompc, u_long selfpc) __attribute_used__;
 
 #define _MCOUNT_DECL(frompc, selfpc) \
 static void mcount_internal (u_long frompc, u_long selfpc)