From: Ulrich Drepper Date: Wed, 24 Sep 2003 03:14:27 +0000 (+0000) Subject: [GLIBC_2.2]: Add __clz_tab. X-Git-Tag: glibc-2.16-ports-before-merge~1274 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de251c974b30ca8d6042a80e042706d475f12474;p=thirdparty%2Fglibc.git [GLIBC_2.2]: Add __clz_tab. --- diff --git a/sysdeps/hppa/Versions b/sysdeps/hppa/Versions index 909d50bbf5b..2ae3cbdf177 100644 --- a/sysdeps/hppa/Versions +++ b/sysdeps/hppa/Versions @@ -5,3 +5,8 @@ ld { _dl_function_address; } } +libc { + GLIBC_2.2 { + __clz_tab; + } +}