diff options
Diffstat (limited to 'sysdeps/arm/machine-gmon.h')
-rw-r--r-- | sysdeps/arm/machine-gmon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/machine-gmon.h b/sysdeps/arm/machine-gmon.h index 039dfd9..fa3f652 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) |