about summary refs log tree commit diff
path: root/sysdeps/arm/machine-gmon.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-14 06:55:25 +0000
committerRoland McGrath <roland@gnu.org>2004-08-14 06:55:25 +0000
commit913e79f5da4cac6754a29068086a9cb7aa3508b1 (patch)
treee53b06a50afbd761537f319f14386dc7ed64f5db /sysdeps/arm/machine-gmon.h
parentc73f137c551738dac75cac7a0ec60f1ad7ad6e6e (diff)
downloadglibc-913e79f5da4cac6754a29068086a9cb7aa3508b1.tar.gz
glibc-913e79f5da4cac6754a29068086a9cb7aa3508b1.tar.xz
glibc-913e79f5da4cac6754a29068086a9cb7aa3508b1.zip
* scripts/output-format.sed: Handle default case of three-argument
	OUTPUT_FORMAT.

	* sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
	__attribute_used__.
Diffstat (limited to 'sysdeps/arm/machine-gmon.h')
-rw-r--r--sysdeps/arm/machine-gmon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/arm/machine-gmon.h b/sysdeps/arm/machine-gmon.h
index 039dfd9514..fa3f65237d 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)