aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/hppa
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-24 03:14:27 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-24 03:14:27 +0000
commitde251c974b30ca8d6042a80e042706d475f12474 (patch)
tree6f50ebb9c92cae085cc34848f1c62dc675c6f75b /sysdeps/hppa
parente62e873e95ce55e7b1ff8fb04d2786f2befe559a (diff)
downloadglibc-de251c974b30ca8d6042a80e042706d475f12474.tar
glibc-de251c974b30ca8d6042a80e042706d475f12474.tar.gz
glibc-de251c974b30ca8d6042a80e042706d475f12474.tar.bz2
glibc-de251c974b30ca8d6042a80e042706d475f12474.zip
[GLIBC_2.2]: Add __clz_tab.
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r--sysdeps/hppa/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/hppa/Versions b/sysdeps/hppa/Versions
index 909d50bbf5..2ae3cbdf17 100644
--- a/sysdeps/hppa/Versions
+++ b/sysdeps/hppa/Versions
@@ -5,3 +5,8 @@ ld {
_dl_function_address;
}
}
+libc {
+ GLIBC_2.2 {
+ __clz_tab;
+ }
+}