* scripts/output-format.sed: Handle default case of three-argument
OUTPUT_FORMAT. * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as __attribute_used__.
This commit is contained in:
parent
c73f137c55
commit
913e79f5da
@ -1,3 +1,11 @@
|
|||||||
|
2004-08-13 Daniel Jacobowitz <dan@debian.org>
|
||||||
|
|
||||||
|
* scripts/output-format.sed: Handle default case of three-argument
|
||||||
|
OUTPUT_FORMAT.
|
||||||
|
|
||||||
|
* sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
|
||||||
|
__attribute_used__.
|
||||||
|
|
||||||
2004-08-13 Ulrich Drepper <drepper@redhat.com>
|
2004-08-13 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
|
* nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
|
||||||
|
@ -32,7 +32,7 @@ void _mcount (void);
|
|||||||
weak_alias (_mcount, mcount)
|
weak_alias (_mcount, mcount)
|
||||||
#endif
|
#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) \
|
#define _MCOUNT_DECL(frompc, selfpc) \
|
||||||
static void mcount_internal (u_long frompc, u_long selfpc)
|
static void mcount_internal (u_long frompc, u_long selfpc)
|
||||||
|
Loading…
Reference in New Issue
Block a user