]> git.ipfire.org Git - thirdparty/glibc.git/commit
stdlib: Remove mp_clz_tab.c
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 24 Oct 2025 18:23:13 +0000 (15:23 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 27 Oct 2025 16:52:15 +0000 (13:52 -0300)
commit036196962b6e936e150ccccce9222ae4f35fcd20
tree586541476f65494806146e2e58961eddbe27035c
parent8d0ae4db79a0e54396a9c406f1776e9f7bb95794
stdlib: Remove mp_clz_tab.c

The count_leading_zeros is not used anymore, so there is no need to
provide the table for possible usage.  The hppa already provides
the compat symbol on libgcc-compat.c.
stdlib/Makefile
stdlib/mp_clz_tab.c [deleted file]
sysdeps/hppa/mp_clz_tab.c [deleted file]
sysdeps/i386/mp_clz_tab.c [deleted file]
sysdeps/powerpc/mp_clz_tab.c [deleted file]
sysdeps/x86_64/mp_clz_tab.c [deleted file]