diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-10-31 17:00:34 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-11-10 08:57:52 -0300 |
| commit | ab1a96c978246b767871075b0b05d175fe74a0ae (patch) | |
| tree | eeb0a65e5b198ecee4294ba40afb2862e770cd34 /sysdeps/i386 | |
| parent | 494ba55d0b400a42adfc926d3d1f99973aee9cf1 (diff) | |
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.
Reviewed-by: Collin Funk <collin.funk1@gmail.com>
Diffstat (limited to 'sysdeps/i386')
| -rw-r--r-- | sysdeps/i386/mp_clz_tab.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/i386/mp_clz_tab.c b/sysdeps/i386/mp_clz_tab.c deleted file mode 100644 index 860f98cc62..0000000000 --- a/sysdeps/i386/mp_clz_tab.c +++ /dev/null @@ -1 +0,0 @@ -/* __clz_tab not needed on i386. */ |
