diff options
Diffstat (limited to 'sysdeps/i386/machine-gmon.h')
-rw-r--r-- | sysdeps/i386/machine-gmon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/machine-gmon.h b/sysdeps/i386/machine-gmon.h index 3e90b8c0c7..81e168e4e6 100644 --- a/sysdeps/i386/machine-gmon.h +++ b/sysdeps/i386/machine-gmon.h @@ -30,7 +30,7 @@ #define mcount_internal __mcount_internal extern void mcount_internal (u_long frompc, u_long selfpc) - __attribute__ ((regparm (2))); + __attribute__ ((regparm (2))) attribute_hidden; #define _MCOUNT_DECL(frompc, selfpc) \ __attribute__ ((regparm (2))) \ |