From: Roland McGrath Date: Sat, 14 Aug 2004 06:54:41 +0000 (+0000) Subject: 2004-08-13 Daniel Jacobowitz X-Git-Tag: glibc-2.16-ports-before-merge~1148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba5a329dddb66aece2276fd09d7d9c0572583327;p=thirdparty%2Fglibc.git 2004-08-13 Daniel Jacobowitz * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as __attribute_used__. --- diff --git a/sysdeps/arm/machine-gmon.h b/sysdeps/arm/machine-gmon.h index 039dfd95144..fa3f65237d0 100644 --- a/sysdeps/arm/machine-gmon.h +++ b/sysdeps/arm/machine-gmon.h @@ -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)