mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08:00
2004-08-13 Daniel Jacobowitz <dan@debian.org>
* sysdeps/arm/machine-gmon.h (mcount_internal): Mark as __attribute_used__.
This commit is contained in:
parent
ea0b49e7f8
commit
ba5a329ddd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user