about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-08-21 07:55:22 +0000
committerAndreas Jaeger <aj@suse.de>2002-08-21 07:55:22 +0000
commit2f74211680ee526ae5710ad5f23d55274c3e24c6 (patch)
tree7dfae795f7033bea6ea20f7de7e8696b160edeb7
parentdf2ee6cdbdb0a653ecdf02272bfc257cdc2e3883 (diff)
downloadglibc-2f74211680ee526ae5710ad5f23d55274c3e24c6.tar.gz
glibc-2f74211680ee526ae5710ad5f23d55274c3e24c6.tar.xz
glibc-2f74211680ee526ae5710ad5f23d55274c3e24c6.zip
(sysdep_routines): Add _mcount.
-rw-r--r--sysdeps/x86_64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile
index 4e64fb0a5e..0ed34a3abb 100644
--- a/sysdeps/x86_64/Makefile
+++ b/sysdeps/x86_64/Makefile
@@ -4,3 +4,7 @@ long-double-fcts = yes
 ifeq ($(subdir),csu)
 sysdep_routines += hp-timing
 endif
+
+ifeq ($(subdir),gmon)
+sysdep_routines += _mcount
+endif