[GLIBC_2.2]: Add __clz_tab.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Sep 2003 03:14:27 +0000 (03:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Sep 2003 03:14:27 +0000 (03:14 +0000)
sysdeps/hppa/Versions

index 909d50b..2ae3cbd 100644 (file)
@@ -5,3 +5,8 @@ ld {
     _dl_function_address;
   }
 }
+libc {
+  GLIBC_2.2 {
+    __clz_tab;
+  }
+}