diff options
author | Wilco Dijkstra <Wilco.Dijkstra@arm.com> | 2019-07-16 10:08:57 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-10-21 08:47:07 -0300 |
commit | 7bdb921d70bf9f93948e2e311fef9ef439314e41 (patch) | |
tree | fa1a6a0cf585436ab879bd18fdf9a7962ea6fbcb /math/Makefile | |
parent | e8ac1f71c8547a1dd6cd0c7133070e2219070d8e (diff) | |
download | glibc-7bdb921d70bf9f93948e2e311fef9ef439314e41.tar.gz glibc-7bdb921d70bf9f93948e2e311fef9ef439314e41.tar.xz glibc-7bdb921d70bf9f93948e2e311fef9ef439314e41.zip |
Remove math-finite.h
Remove math-finite.h redirections for math functions. Passes buildmanyglibc. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
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 4c7e77e8a7..7eba7a0b28 100644 --- a/math/Makefile +++ b/math/Makefile @@ -25,8 +25,7 @@ include ../Makeconfig headers := math.h bits/mathcalls.h bits/mathinline.h \ fpu_control.h complex.h bits/cmathcalls.h fenv.h \ bits/fenv.h bits/fenvinline.h bits/mathdef.h tgmath.h \ - bits/math-finite.h bits/math-vector.h \ - finclude/math-vector-fortran.h \ + bits/math-vector.h finclude/math-vector-fortran.h \ bits/libm-simd-decl-stubs.h bits/iscanonical.h \ bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \ bits/long-double.h bits/mathcalls-helper-functions.h \ |