diff options
author | Wilco Dijkstra <wilco.dijkstra@arm.com> | 2021-03-10 12:41:47 +0000 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2021-03-11 14:26:36 +0000 |
commit | 47ad14d789ecc3f3e16fdc1d6c7f727637f4d055 (patch) | |
tree | 5655731dc28f66aa96cea946f5ae79ac8577f489 /math/Makefile | |
parent | 4e1a870b9a4c664c9bc79afd07276ab660abd73f (diff) | |
download | glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.tar.gz glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.tar.xz glibc-47ad14d789ecc3f3e16fdc1d6c7f727637f4d055.zip |
math: Remove mpa files [BZ #15267]
Finally remove all mpa related files, headers, declarations, probes, unused tables and update makefiles. Reviewed-By: Paul Zimmermann <Paul.Zimmermann@inria.fr>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 98b26e4f71..23e4d68b2e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -126,8 +126,7 @@ type-ldouble-yes := ldouble # double support type-double-suffix := -type-double-routines := branred doasin dosincos mpa mpatan2 \ - k_rem_pio2 mpatan mpsqrt mptan sincos32 \ +type-double-routines := branred k_rem_pio2 \ sincostab math_err e_exp_data e_log_data \ e_log2_data e_pow_log_data |