about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-04-25 00:18:11 +0000
committerUlrich Drepper <drepper@redhat.com>2002-04-25 00:18:11 +0000
commit39ebfd809e2d807836aeb8dfd90e84430eea22b8 (patch)
treef2fc3947bd74ab292c933f4c488c3c7354ba1af4
parent80c00d3173bbca4784787733578e868751bcfec0 (diff)
downloadglibc-39ebfd809e2d807836aeb8dfd90e84430eea22b8.tar.gz
glibc-39ebfd809e2d807836aeb8dfd90e84430eea22b8.tar.xz
glibc-39ebfd809e2d807836aeb8dfd90e84430eea22b8.zip
Update.
2002-04-24  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
	GLIBC_2.2.6.
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/unix/sysv/linux/ia64/Versions3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57d990eff2..95dae705b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-04-24  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
+	GLIBC_2.2.6.
+
 2002-04-14  Bruno Haible  <bruno@clisp.org>
 
 	* posix/regex.c (re_max_failures): Add back symbol for binary
diff --git a/sysdeps/unix/sysv/linux/ia64/Versions b/sysdeps/unix/sysv/linux/ia64/Versions
index 12d75425f4..13d710a078 100644
--- a/sysdeps/unix/sysv/linux/ia64/Versions
+++ b/sysdeps/unix/sysv/linux/ia64/Versions
@@ -19,4 +19,7 @@ libc {
     # w*
     wordexp;
   }
+  GLIBC_2.2.6 {
+    getunwind;
+  }
 }