diff options
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2024-01-09 15:32:08 +0000 |
---|---|---|
committer | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2024-01-12 16:02:12 +0000 |
commit | 08ddd26814310e7c1b8c3956a6a0ac7aedea9cfd (patch) | |
tree | 2fab0f0ec2a9aa86d9488c09e4fed39a04f852da /sysdeps/unix/sysv/linux/m68k | |
parent | 7c14d8a985416986256f68568313cdb36f559821 (diff) | |
download | glibc-08ddd26814310e7c1b8c3956a6a0ac7aedea9cfd.tar glibc-08ddd26814310e7c1b8c3956a6a0ac7aedea9cfd.tar.gz glibc-08ddd26814310e7c1b8c3956a6a0ac7aedea9cfd.tar.bz2 glibc-08ddd26814310e7c1b8c3956a6a0ac7aedea9cfd.zip |
math: remove exp10 wrappers
Remove the error handling wrapper from exp10. This is very similar to
the changes done to exp and exp2, except that we also need to handle
pow10 and pow10l.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/m68k')
-rw-r--r-- | sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist b/sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist index 4adfed072b..f020a8a904 100644 --- a/sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist +++ b/sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist @@ -535,6 +535,7 @@ GLIBC_2.35 hypot F GLIBC_2.35 hypotf F GLIBC_2.38 fmod F GLIBC_2.38 fmodf F +GLIBC_2.39 exp10 F GLIBC_2.4 _LIB_VERSION D 0x4 GLIBC_2.4 __clog10 F GLIBC_2.4 __clog10f F |