aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2016-12-13 22:42:51 -0200
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>2017-01-04 16:25:04 -0200
commitf67d78192c1be9d56d3a6f3fda4e0a70ae48c44d (patch)
treee08b1ae84e100cb5a17819f1bb9416a6c203d19b /math
parent811de1a68863f7903341288a113b8c0ac7aa9c0e (diff)
downloadglibc-f67d78192c1be9d56d3a6f3fda4e0a70ae48c44d.tar.xz
glibc-f67d78192c1be9d56d3a6f3fda4e0a70ae48c44d.zip
Move wrappers to libm-compat-calls-auto
This commit moves one step towards the deprecation of wrappers that use _LIB_VERSION / matherr / __kernel_standard functionality, by adding the suffix '_compat' to their filenames and adjusting Makefiles and #includes accordingly. New template wrappers that do not use such functionality will be added by future patches and will be first used by the float128 wrappers.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile18
-rw-r--r--math/w_acos_compat.c (renamed from math/w_acos.c)0
-rw-r--r--math/w_acosf_compat.c (renamed from math/w_acosf.c)0
-rw-r--r--math/w_acosh_compat.c (renamed from math/w_acosh.c)0
-rw-r--r--math/w_acoshf_compat.c (renamed from math/w_acoshf.c)0
-rw-r--r--math/w_acoshl_compat.c (renamed from math/w_acoshl.c)0
-rw-r--r--math/w_acosl_compat.c (renamed from math/w_acosl.c)0
-rw-r--r--math/w_asin_compat.c (renamed from math/w_asin.c)0
-rw-r--r--math/w_asinf_compat.c (renamed from math/w_asinf.c)0
-rw-r--r--math/w_asinl_compat.c (renamed from math/w_asinl.c)0
-rw-r--r--math/w_atan2_compat.c (renamed from math/w_atan2.c)0
-rw-r--r--math/w_atan2f_compat.c (renamed from math/w_atan2f.c)0
-rw-r--r--math/w_atan2l_compat.c (renamed from math/w_atan2l.c)0
-rw-r--r--math/w_atanh_compat.c (renamed from math/w_atanh.c)0
-rw-r--r--math/w_atanhf_compat.c (renamed from math/w_atanhf.c)0
-rw-r--r--math/w_atanhl_compat.c (renamed from math/w_atanhl.c)0
-rw-r--r--math/w_cosh_compat.c (renamed from math/w_cosh.c)0
-rw-r--r--math/w_coshf_compat.c (renamed from math/w_coshf.c)0
-rw-r--r--math/w_coshl_compat.c (renamed from math/w_coshl.c)0
-rw-r--r--math/w_exp10_compat.c (renamed from math/w_exp10.c)0
-rw-r--r--math/w_exp10f_compat.c (renamed from math/w_exp10f.c)0
-rw-r--r--math/w_exp10l_compat.c (renamed from math/w_exp10l.c)0
-rw-r--r--math/w_exp2_compat.c (renamed from math/w_exp2.c)0
-rw-r--r--math/w_exp2f_compat.c (renamed from math/w_exp2f.c)0
-rw-r--r--math/w_exp2l_compat.c (renamed from math/w_exp2l.c)0
-rw-r--r--math/w_fmod_compat.c (renamed from math/w_fmod.c)0
-rw-r--r--math/w_fmodf_compat.c (renamed from math/w_fmodf.c)0
-rw-r--r--math/w_fmodl_compat.c (renamed from math/w_fmodl.c)0
-rw-r--r--math/w_hypot_compat.c (renamed from math/w_hypot.c)0
-rw-r--r--math/w_hypotf_compat.c (renamed from math/w_hypotf.c)0
-rw-r--r--math/w_hypotl_compat.c (renamed from math/w_hypotl.c)0
-rw-r--r--math/w_j0_compat.c (renamed from math/w_j0.c)0
-rw-r--r--math/w_j0f_compat.c (renamed from math/w_j0f.c)0
-rw-r--r--math/w_j0l_compat.c (renamed from math/w_j0l.c)0
-rw-r--r--math/w_j1_compat.c (renamed from math/w_j1.c)0
-rw-r--r--math/w_j1f_compat.c (renamed from math/w_j1f.c)0
-rw-r--r--math/w_j1l_compat.c (renamed from math/w_j1l.c)0
-rw-r--r--math/w_jn_compat.c (renamed from math/w_jn.c)0
-rw-r--r--math/w_jnf_compat.c (renamed from math/w_jnf.c)0
-rw-r--r--math/w_jnl_compat.c (renamed from math/w_jnl.c)0
-rw-r--r--math/w_log10_compat.c (renamed from math/w_log10.c)0
-rw-r--r--math/w_log10f_compat.c (renamed from math/w_log10f.c)0
-rw-r--r--math/w_log10l_compat.c (renamed from math/w_log10l.c)0
-rw-r--r--math/w_log2_compat.c (renamed from math/w_log2.c)0
-rw-r--r--math/w_log2f_compat.c (renamed from math/w_log2f.c)0
-rw-r--r--math/w_log2l_compat.c (renamed from math/w_log2l.c)0
-rw-r--r--math/w_log_compat.c (renamed from math/w_log.c)0
-rw-r--r--math/w_logf_compat.c (renamed from math/w_logf.c)0
-rw-r--r--math/w_logl_compat.c (renamed from math/w_logl.c)0
-rw-r--r--math/w_pow_compat.c (renamed from math/w_pow.c)0
-rw-r--r--math/w_powf_compat.c (renamed from math/w_powf.c)0
-rw-r--r--math/w_powl_compat.c (renamed from math/w_powl.c)0
-rw-r--r--math/w_remainder_compat.c (renamed from math/w_remainder.c)0
-rw-r--r--math/w_remainderf_compat.c (renamed from math/w_remainderf.c)0
-rw-r--r--math/w_remainderl_compat.c (renamed from math/w_remainderl.c)0
-rw-r--r--math/w_scalb_compat.c (renamed from math/w_scalb.c)0
-rw-r--r--math/w_scalbf_compat.c (renamed from math/w_scalbf.c)0
-rw-r--r--math/w_scalbl_compat.c (renamed from math/w_scalbl.c)0
-rw-r--r--math/w_sinh_compat.c (renamed from math/w_sinh.c)0
-rw-r--r--math/w_sinhf_compat.c (renamed from math/w_sinhf.c)0
-rw-r--r--math/w_sinhl_compat.c (renamed from math/w_sinhl.c)0
-rw-r--r--math/w_sqrt_compat.c (renamed from math/w_sqrt.c)0
-rw-r--r--math/w_sqrtf_compat.c (renamed from math/w_sqrtf.c)0
-rw-r--r--math/w_sqrtl_compat.c (renamed from math/w_sqrtl.c)0
-rw-r--r--math/w_tgamma_compat.c (renamed from math/w_tgamma.c)0
-rw-r--r--math/w_tgammaf_compat.c (renamed from math/w_tgammaf.c)0
-rw-r--r--math/w_tgammal_compat.c (renamed from math/w_tgammal.c)0
67 files changed, 13 insertions, 5 deletions
diff --git a/math/Makefile b/math/Makefile
index d15b58e1cf..0ee46480e2 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -65,19 +65,26 @@ libm-calls = \
s_ceilF s_cosF s_erfF s_expm1F s_fabsF \
s_floorF s_log1pF s_logbF \
s_nextafterF s_nexttowardF s_rintF s_scalblnF \
- s_significandF s_sinF s_tanF s_tanhF w_acosF w_acoshF w_asinF \
- w_atan2F w_atanhF w_coshF w_expF w_exp2F w_exp10F w_fmodF \
- w_tgammaF w_hypotF w_j0F w_j1F w_jnF w_lgammaF w_lgammaF_r \
- w_logF w_log10F w_powF w_remainderF w_scalbF w_sinhF w_sqrtF \
+ s_significandF s_sinF s_tanF s_tanhF \
+ w_expF \
+ w_lgammaF w_lgammaF_r \
s_fpclassifyF s_truncF \
s_remquoF e_log2F e_exp2F s_roundF s_nearbyintF s_sincosF \
- s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F w_log2F \
+ s_fmaF s_lrintF s_llrintF s_lroundF s_llroundF e_exp10F \
s_issignalingF $(calls:s_%=m_%) x2y2m1F \
gamma_productF lgamma_negF lgamma_productF \
s_nextupF s_totalorderF s_totalordermagF s_getpayloadF \
s_setpayloadF s_setpayloadsigF s_roundevenF s_fromfpF s_ufromfpF \
s_fromfpxF s_ufromfpxF $(gen-libm-calls)
+libm-compat-calls-auto = \
+ w_acosF_compat w_acoshF_compat w_asinF_compat w_atan2F_compat \
+ w_atanhF_compat w_coshF_compat w_exp2F_compat w_exp10F_compat \
+ w_fmodF_compat w_hypotF_compat w_j0F_compat w_j1F_compat \
+ w_jnF_compat w_log2F_compat w_log10F_compat w_logF_compat \
+ w_powF_compat w_remainderF_compat w_scalbF_compat \
+ w_sinhF_compat w_sqrtF_compat w_tgammaF_compat
+
libm-compat-calls-ldouble-yes = w_lgamma_compatl k_standardl
libm-compat-calls = w_lgamma_compatf w_lgamma_compat k_standard k_standardf \
$(libm-compat-calls-ldouble-$(long-double-fcts))
@@ -116,6 +123,7 @@ type-float-routines := k_rem_pio2f
type-foreach = $(foreach t,$(types),$(subst F,$(type-$(t)-suffix),$(1)))
libm-routines = $(strip $(libm-support) $(libm-compat-calls) \
+ $(call type-foreach, $(libm-compat-calls-auto)) \
$(call type-foreach, $(libm-calls)) \
$(foreach t, $(types), $(type-$(t)-routines))) \
diff --git a/math/w_acos.c b/math/w_acos_compat.c
index e6fbdf139c..e6fbdf139c 100644
--- a/math/w_acos.c
+++ b/math/w_acos_compat.c
diff --git a/math/w_acosf.c b/math/w_acosf_compat.c
index f389da19ba..f389da19ba 100644
--- a/math/w_acosf.c
+++ b/math/w_acosf_compat.c
diff --git a/math/w_acosh.c b/math/w_acosh_compat.c
index 286ea86b89..286ea86b89 100644
--- a/math/w_acosh.c
+++ b/math/w_acosh_compat.c
diff --git a/math/w_acoshf.c b/math/w_acoshf_compat.c
index 801a52edf0..801a52edf0 100644
--- a/math/w_acoshf.c
+++ b/math/w_acoshf_compat.c
diff --git a/math/w_acoshl.c b/math/w_acoshl_compat.c
index 310f3c9954..310f3c9954 100644
--- a/math/w_acoshl.c
+++ b/math/w_acoshl_compat.c
diff --git a/math/w_acosl.c b/math/w_acosl_compat.c
index eaccc6646d..eaccc6646d 100644
--- a/math/w_acosl.c
+++ b/math/w_acosl_compat.c
diff --git a/math/w_asin.c b/math/w_asin_compat.c
index b2ad6323ed..b2ad6323ed 100644
--- a/math/w_asin.c
+++ b/math/w_asin_compat.c
diff --git a/math/w_asinf.c b/math/w_asinf_compat.c
index 0d0ee98f98..0d0ee98f98 100644
--- a/math/w_asinf.c
+++ b/math/w_asinf_compat.c
diff --git a/math/w_asinl.c b/math/w_asinl_compat.c
index a02fa1e04c..a02fa1e04c 100644
--- a/math/w_asinl.c
+++ b/math/w_asinl_compat.c
diff --git a/math/w_atan2.c b/math/w_atan2_compat.c
index cceb602258..cceb602258 100644
--- a/math/w_atan2.c
+++ b/math/w_atan2_compat.c
diff --git a/math/w_atan2f.c b/math/w_atan2f_compat.c
index 8343893e74..8343893e74 100644
--- a/math/w_atan2f.c
+++ b/math/w_atan2f_compat.c
diff --git a/math/w_atan2l.c b/math/w_atan2l_compat.c
index b7b29ff6c3..b7b29ff6c3 100644
--- a/math/w_atan2l.c
+++ b/math/w_atan2l_compat.c
diff --git a/math/w_atanh.c b/math/w_atanh_compat.c
index 456dcb34e7..456dcb34e7 100644
--- a/math/w_atanh.c
+++ b/math/w_atanh_compat.c
diff --git a/math/w_atanhf.c b/math/w_atanhf_compat.c
index dd14145c1c..dd14145c1c 100644
--- a/math/w_atanhf.c
+++ b/math/w_atanhf_compat.c
diff --git a/math/w_atanhl.c b/math/w_atanhl_compat.c
index 37e8da598a..37e8da598a 100644
--- a/math/w_atanhl.c
+++ b/math/w_atanhl_compat.c
diff --git a/math/w_cosh.c b/math/w_cosh_compat.c
index 0771434ec1..0771434ec1 100644
--- a/math/w_cosh.c
+++ b/math/w_cosh_compat.c
diff --git a/math/w_coshf.c b/math/w_coshf_compat.c
index dc7fb53ba3..dc7fb53ba3 100644
--- a/math/w_coshf.c
+++ b/math/w_coshf_compat.c
diff --git a/math/w_coshl.c b/math/w_coshl_compat.c
index 27f0a4f4c3..27f0a4f4c3 100644
--- a/math/w_coshl.c
+++ b/math/w_coshl_compat.c
diff --git a/math/w_exp10.c b/math/w_exp10_compat.c
index 1ba9279e8b..1ba9279e8b 100644
--- a/math/w_exp10.c
+++ b/math/w_exp10_compat.c
diff --git a/math/w_exp10f.c b/math/w_exp10f_compat.c
index 7993945900..7993945900 100644
--- a/math/w_exp10f.c
+++ b/