diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2016-12-13 22:42:51 -0200 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-01-04 16:25:04 -0200 |
commit | f67d78192c1be9d56d3a6f3fda4e0a70ae48c44d (patch) | |
tree | e08b1ae84e100cb5a17819f1bb9416a6c203d19b /math | |
parent | 811de1a68863f7903341288a113b8c0ac7aa9c0e (diff) | |
download | glibc-f67d78192c1be9d56d3a6f3fda4e0a70ae48c44d.tar glibc-f67d78192c1be9d56d3a6f3fda4e0a70ae48c44d.tar.gz glibc-f67d78192c1be9d56d3a6f3fda4e0a70ae48c44d.tar.bz2 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/Makefile | 18 | ||||
-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/math/w_exp10f_compat.c diff --git a/math/w_exp10l.c b/math/w_exp10l_compat.c index 27344686c3..27344686c3 100644 --- a/math/w_exp10l.c +++ b/math/w_exp10l_compat.c diff --git a/math/w_exp2.c b/math/w_exp2_compat.c index ca17f9ea63..ca17f9ea63 100644 --- a/math/w_exp2.c +++ b/math/w_exp2_compat.c diff --git a/math/w_exp2f.c b/math/w_exp2f_compat.c index 61cbd6cda1..61cbd6cda1 100644 --- a/math/w_exp2f.c +++ b/math/w_exp2f_compat.c diff --git a/math/w_exp2l.c b/math/w_exp2l_compat.c index 47aed3cb83..47aed3cb83 100644 --- a/math/w_exp2l.c +++ b/math/w_exp2l_compat.c diff --git a/math/w_fmod.c b/math/w_fmod_compat.c index 746550a33c..746550a33c 100644 --- a/math/w_fmod.c +++ b/math/w_fmod_compat.c diff --git a/math/w_fmodf.c b/math/w_fmodf_compat.c index 45ece587c8..45ece587c8 100644 --- a/math/w_fmodf.c +++ b/math/w_fmodf_compat.c diff --git a/math/w_fmodl.c b/math/w_fmodl_compat.c index 1f385bdbae..1f385bdbae 100644 --- a/math/w_fmodl.c +++ b/math/w_fmodl_compat.c diff --git a/math/w_hypot.c b/math/w_hypot_compat.c index 7c662c8e40..7c662c8e40 100644 --- a/math/w_hypot.c +++ b/math/w_hypot_compat.c diff --git a/math/w_hypotf.c b/math/w_hypotf_compat.c index 0ecacae715..0ecacae715 100644 --- a/math/w_hypotf.c +++ b/math/w_hypotf_compat.c diff --git a/math/w_hypotl.c b/math/w_hypotl_compat.c index c784fa2c64..c784fa2c64 100644 --- a/math/w_hypotl.c +++ b/math/w_hypotl_compat.c diff --git a/math/w_j0.c b/math/w_j0_compat.c index e7b56f2412..e7b56f2412 100644 --- a/math/w_j0.c +++ b/math/w_j0_compat.c diff --git a/math/w_j0f.c b/math/w_j0f_compat.c index 34220b90b8..34220b90b8 100644 --- a/math/w_j0f.c +++ b/math/w_j0f_compat.c diff --git a/math/w_j0l.c b/math/w_j0l_compat.c index e03fa1d223..e03fa1d223 100644 --- a/math/w_j0l.c +++ b/math/w_j0l_compat.c diff --git a/math/w_j1.c b/math/w_j1_compat.c index efbe8df5e0..efbe8df5e0 100644 --- a/math/w_j1.c +++ b/math/w_j1_compat.c diff --git a/math/w_j1f.c b/math/w_j1f_compat.c index 7558685946..7558685946 100644 --- a/math/w_j1f.c +++ b/math/w_j1f_compat.c diff --git a/math/w_j1l.c b/math/w_j1l_compat.c index f35261dd2a..f35261dd2a 100644 --- a/math/w_j1l.c +++ b/math/w_j1l_compat.c diff --git a/math/w_jn.c b/math/w_jn_compat.c index 9321bf5e7d..9321bf5e7d 100644 --- a/math/w_jn.c +++ b/math/w_jn_compat.c diff --git a/math/w_jnf.c b/math/w_jnf_compat.c index 9752b2a8c5..9752b2a8c5 100644 --- a/math/w_jnf.c +++ b/math/w_jnf_compat.c diff --git a/math/w_jnl.c b/math/w_jnl_compat.c index d17b047956..d17b047956 100644 --- a/math/w_jnl.c +++ b/math/w_jnl_compat.c diff --git a/math/w_log10.c b/math/w_log10_compat.c index 9704ba9cdc..9704ba9cdc 100644 --- a/math/w_log10.c +++ b/math/w_log10_compat.c diff --git a/math/w_log10f.c b/math/w_log10f_compat.c index f8921fe285..f8921fe285 100644 --- a/math/w_log10f.c +++ b/math/w_log10f_compat.c diff --git a/math/w_log10l.c b/math/w_log10l_compat.c index cfb514a8ab..cfb514a8ab 100644 --- a/math/w_log10l.c +++ b/math/w_log10l_compat.c diff --git a/math/w_log2.c b/math/w_log2_compat.c index b8e842d5be..b8e842d5be 100644 --- a/math/w_log2.c +++ b/math/w_log2_compat.c diff --git a/math/w_log2f.c b/math/w_log2f_compat.c index 357cc0afe9..357cc0afe9 100644 --- a/math/w_log2f.c +++ b/math/w_log2f_compat.c diff --git a/math/w_log2l.c b/math/w_log2l_compat.c index 3d9994e055..3d9994e055 100644 --- a/math/w_log2l.c +++ b/math/w_log2l_compat.c diff --git a/math/w_log.c b/math/w_log_compat.c index 4b470695ae..4b470695ae 100644 --- a/math/w_log.c +++ b/math/w_log_compat.c diff --git a/math/w_logf.c b/math/w_logf_compat.c index 8b0f4fc9d1..8b0f4fc9d1 100644 --- a/math/w_logf.c +++ b/math/w_logf_compat.c diff --git a/math/w_logl.c b/math/w_logl_compat.c index 12afbe575a..12afbe575a 100644 --- a/math/w_logl.c +++ b/math/w_logl_compat.c diff --git a/math/w_pow.c b/math/w_pow_compat.c index 0e24b755b2..0e24b755b2 100644 --- a/math/w_pow.c +++ b/math/w_pow_compat.c diff --git a/math/w_powf.c b/math/w_powf_compat.c index 7e3b015001..7e3b015001 100644 --- a/math/w_powf.c +++ b/math/w_powf_compat.c diff --git a/math/w_powl.c b/math/w_powl_compat.c index 60a89c2b42..60a89c2b42 100644 --- a/math/w_powl.c +++ b/math/w_powl_compat.c diff --git a/math/w_remainder.c b/math/w_remainder_compat.c index 66445901f6..66445901f6 100644 --- a/math/w_remainder.c +++ b/math/w_remainder_compat.c diff --git a/math/w_remainderf.c b/math/w_remainderf_compat.c index 1db246a1c3..1db246a1c3 100644 --- a/math/w_remainderf.c +++ b/math/w_remainderf_compat.c diff --git a/math/w_remainderl.c b/math/w_remainderl_compat.c index 2fc40f1992..2fc40f1992 100644 --- a/math/w_remainderl.c +++ b/math/w_remainderl_compat.c diff --git a/math/w_scalb.c b/math/w_scalb_compat.c index 8354115512..8354115512 100644 --- a/math/w_scalb.c +++ b/math/w_scalb_compat.c diff --git a/math/w_scalbf.c b/math/w_scalbf_compat.c index fe93f0ac64..fe93f0ac64 100644 --- a/math/w_scalbf.c +++ b/math/w_scalbf_compat.c diff --git a/math/w_scalbl.c b/math/w_scalbl_compat.c index 62645d4848..62645d4848 100644 --- a/math/w_scalbl.c +++ b/math/w_scalbl_compat.c diff --git a/math/w_sinh.c b/math/w_sinh_compat.c index 51daf2ff35..51daf2ff35 100644 --- a/math/w_sinh.c +++ b/math/w_sinh_compat.c diff --git a/math/w_sinhf.c b/math/w_sinhf_compat.c index 0e530b1600..0e530b1600 100644 --- a/math/w_sinhf.c +++ b/math/w_sinhf_compat.c diff --git a/math/w_sinhl.c b/math/w_sinhl_compat.c index 7df7c0614f..7df7c0614f 100644 --- a/math/w_sinhl.c +++ b/math/w_sinhl_compat.c diff --git a/math/w_sqrt.c b/math/w_sqrt_compat.c index 018da82e7a..018da82e7a 100644 --- a/math/w_sqrt.c +++ b/math/w_sqrt_compat.c diff --git a/math/w_sqrtf.c b/math/w_sqrtf_compat.c index de5b42d8f6..de5b42d8f6 100644 --- a/math/w_sqrtf.c +++ b/math/w_sqrtf_compat.c diff --git a/math/w_sqrtl.c b/math/w_sqrtl_compat.c index b4663b71e0..b4663b71e0 100644 --- a/math/w_sqrtl.c +++ b/math/w_sqrtl_compat.c diff --git a/math/w_tgamma.c b/math/w_tgamma_compat.c index 99b60298ca..99b60298ca 100644 --- a/math/w_tgamma.c +++ b/math/w_tgamma_compat.c diff --git a/math/w_tgammaf.c b/math/w_tgammaf_compat.c index dfce894cc8..dfce894cc8 100644 --- a/math/w_tgammaf.c +++ b/math/w_tgammaf_compat.c diff --git a/math/w_tgammal.c b/math/w_tgammal_compat.c index 50de8cf906..50de8cf906 100644 --- a/math/w_tgammal.c +++ b/math/w_tgammal_compat.c |