aboutsummaryrefslogtreecommitdiff
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
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.
-rw-r--r--ChangeLog402
-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
-rw-r--r--sysdeps/i386/fpu/w_sqrt_compat.c (renamed from sysdeps/i386/fpu/w_sqrt.c)2
-rw-r--r--sysdeps/ia64/fpu/w_acos_compat.c (renamed from sysdeps/ia64/fpu/w_acos.c)0
-rw-r--r--sysdeps/ia64/fpu/w_acosf_compat.c (renamed from sysdeps/ia64/fpu/w_acosf.c)0
-rw-r--r--sysdeps/ia64/fpu/w_acosh_compat.c (renamed from sysdeps/ia64/fpu/w_acosh.c)0
-rw-r--r--sysdeps/ia64/fpu/w_acoshf_compat.c (renamed from sysdeps/ia64/fpu/w_acoshf.c)0
-rw-r--r--sysdeps/ia64/fpu/w_acoshl_compat.c (renamed from sysdeps/ia64/fpu/w_acoshl.c)0
-rw-r--r--sysdeps/ia64/fpu/w_acosl_compat.c (renamed from sysdeps/ia64/fpu/w_acosl.c)0
-rw-r--r--sysdeps/ia64/fpu/w_asin_compat.c (renamed from sysdeps/ia64/fpu/w_asin.c)0
-rw-r--r--sysdeps/ia64/fpu/w_asinf_compat.c (renamed from sysdeps/ia64/fpu/w_asinf.c)0
-rw-r--r--sysdeps/ia64/fpu/w_asinl_compat.c (renamed from sysdeps/ia64/fpu/w_asinl.c)0
-rw-r--r--sysdeps/ia64/fpu/w_atan2_compat.c (renamed from sysdeps/ia64/fpu/w_atan2.c)0
-rw-r--r--sysdeps/ia64/fpu/w_atan2f_compat.c (renamed from sysdeps/ia64/fpu/w_atan2f.c)0
-rw-r--r--sysdeps/ia64/fpu/w_atan2l_compat.c (renamed from sysdeps/ia64/fpu/w_atan2l.c)0
-rw-r--r--sysdeps/ia64/fpu/w_atanh_compat.c (renamed from sysdeps/ia64/fpu/w_atanh.c)0
-rw-r--r--sysdeps/ia64/fpu/w_atanhf_compat.c (renamed from sysdeps/ia64/fpu/w_atanhf.c)0
-rw-r--r--sysdeps/ia64/fpu/w_atanhl_compat.c (renamed from sysdeps/ia64/fpu/w_atanhl.c)0
-rw-r--r--sysdeps/ia64/fpu/w_cosh_compat.c (renamed from sysdeps/ia64/fpu/w_cosh.c)0
-rw-r--r--sysdeps/ia64/fpu/w_coshf_compat.c (renamed from sysdeps/ia64/fpu/w_coshf.c)0
-rw-r--r--sysdeps/ia64/fpu/w_coshl_compat.c (renamed from sysdeps/ia64/fpu/w_coshl.c)0
-rw-r--r--sysdeps/ia64/fpu/w_exp10_compat.c (renamed from sysdeps/ia64/fpu/w_exp10.c)0
-rw-r--r--sysdeps/ia64/fpu/w_exp10f_compat.c (renamed from sysdeps/ia64/fpu/w_exp10f.c)0
-rw-r--r--sysdeps/ia64/fpu/w_exp10l_compat.c (renamed from sysdeps/ia64/fpu/w_exp10l.c)0