about summary refs log tree commit diff
path: root/sysdeps/ia64/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-11-28 17:48:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-11-28 17:48:02 +0000
commit6f9ebf8af2ea59713e34df2f20c3a88cb0286b28 (patch)
treeee2ec41ba8d3705d05719b23431524e8752d9802 /sysdeps/ia64/Makefile
parent271469ae6c51b99608888f400961d0f94e873006 (diff)
downloadglibc-6f9ebf8af2ea59713e34df2f20c3a88cb0286b28.tar.gz
glibc-6f9ebf8af2ea59713e34df2f20c3a88cb0286b28.tar.xz
glibc-6f9ebf8af2ea59713e34df2f20c3a88cb0286b28.zip
Update.
2000-11-14  Jes Sorensen  <jes@linuxcare.com>

	* sysdeps/ia64/_mcount.S: Call __mcount instead of __mcount_internal.

	* sysdeps/ia64/Makefile: Compile _mcount.S in subdir gmon as
	_mcount is required by profiled binaries.

	* sysdeps/unix/sysv/linux/ia64/machine-gmon.h: Moved to...
	* sysdeps/ia64/machine-gmon.h: ...here.
Diffstat (limited to 'sysdeps/ia64/Makefile')
-rw-r--r--sysdeps/ia64/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/ia64/Makefile b/sysdeps/ia64/Makefile
index d2f690eb42..d8b465718b 100644
--- a/sysdeps/ia64/Makefile
+++ b/sysdeps/ia64/Makefile
@@ -1,6 +1,10 @@
 # The ia64 `long double' is a distinct type we support.
 long-double-fcts = yes
 
+ifeq ($(subdir),gmon)
+sysdep_routines += _mcount
+endif
+
 ifeq ($(subdir), csu)
 CPPFLAGS-start.S = -D__ASSEMBLY__
 endif