From: Ulrich Drepper Date: Thu, 25 Apr 2002 00:18:11 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2-3~823 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=39ebfd809e2d807836aeb8dfd90e84430eea22b8;p=glibc.git Update. 2002-04-24 Ulrich Drepper * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for GLIBC_2.2.6. --- diff --git a/ChangeLog b/ChangeLog index 57d990eff2..95dae705b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-24 Ulrich Drepper + + * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for + GLIBC_2.2.6. + 2002-04-14 Bruno Haible * 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; + } }