]> git.ipfire.org Git - thirdparty/glibc.git/commit
Move wrappers to libm-compat-calls-auto
authorGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Wed, 14 Dec 2016 00:42:51 +0000 (22:42 -0200)
committerGabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Wed, 4 Jan 2017 18:25:04 +0000 (16:25 -0200)
commitf67d78192c1be9d56d3a6f3fda4e0a70ae48c44d
treee08b1ae84e100cb5a17819f1bb9416a6c203d19b
parent811de1a68863f7903341288a113b8c0ac7aa9c0e
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.
191 files changed:
ChangeLog
math/Makefile
math/w_acos_compat.c [moved from math/w_acos.c with 100% similarity]
math/w_acosf_compat.c [moved from math/w_acosf.c with 100% similarity]
math/w_acosh_compat.c [moved from math/w_acosh.c with 100% similarity]
math/w_acoshf_compat.c [moved from math/w_acoshf.c with 100% similarity]
math/w_acoshl_compat.c [moved from math/w_acoshl.c with 100% similarity]
math/w_acosl_compat.c [moved from math/w_acosl.c with 100% similarity]
math/w_asin_compat.c [moved from math/w_asin.c with 100% similarity]
math/w_asinf_compat.c [moved from math/w_asinf.c with 100% similarity]
math/w_asinl_compat.c [moved from math/w_asinl.c with 100% similarity]
math/w_atan2_compat.c [moved from math/w_atan2.c with 100% similarity]
math/w_atan2f_compat.c [moved from math/w_atan2f.c with 100% similarity]
math/w_atan2l_compat.c [moved from math/w_atan2l.c with 100% similarity]
math/w_atanh_compat.c [moved from math/w_atanh.c with 100% similarity]
math/w_atanhf_compat.c [moved from math/w_atanhf.c with 100% similarity]
math/w_atanhl_compat.c [moved from math/w_atanhl.c with 100% similarity]
math/w_cosh_compat.c [moved from math/w_cosh.c with 100% similarity]
math/w_coshf_compat.c [moved from math/w_coshf.c with 100% similarity]
math/w_coshl_compat.c [moved from math/w_coshl.c with 100% similarity]
math/w_exp10_compat.c [moved from math/w_exp10.c with 100% similarity]
math/w_exp10f_compat.c [moved from math/w_exp10f.c with 100% similarity]
math/w_exp10l_compat.c [moved from math/w_exp10l.c with 100% similarity]
math/w_exp2_compat.c [moved from math/w_exp2.c with 100% similarity]
math/w_exp2f_compat.c [moved from math/w_exp2f.c with 100% similarity]
math/w_exp2l_compat.c [moved from math/w_exp2l.c with 100% similarity]
math/w_fmod_compat.c [moved from math/w_fmod.c with 100% similarity]
math/w_fmodf_compat.c [moved from math/w_fmodf.c with 100% similarity]
math/w_fmodl_compat.c [moved from math/w_fmodl.c with 100% similarity]
math/w_hypot_compat.c [moved from math/w_hypot.c with 100% similarity]
math/w_hypotf_compat.c [moved from math/w_hypotf.c with 100% similarity]
math/w_hypotl_compat.c [moved from math/w_hypotl.c with 100% similarity]
math/w_j0_compat.c [moved from math/w_j0.c with 100% similarity]
math/w_j0f_compat.c [moved from math/w_j0f.c with 100% similarity]
math/w_j0l_compat.c [moved from math/w_j0l.c with 100% similarity]
math/w_j1_compat.c [moved from math/w_j1.c with 100% similarity]
math/w_j1f_compat.c [moved from math/w_j1f.c with 100% similarity]
math/w_j1l_compat.c [moved from math/w_j1l.c with 100% similarity]
math/w_jn_compat.c [moved from math/w_jn.c with 100% similarity]
math/w_jnf_compat.c [moved from math/w_jnf.c with 100% similarity]
math/w_jnl_compat.c [moved from math/w_jnl.c with 100% similarity]
math/w_log10_compat.c [moved from math/w_log10.c with 100% similarity]
math/w_log10f_compat.c [moved from math/w_log10f.c with 100% similarity]
math/w_log10l_compat.c [moved from math/w_log10l.c with 100% similarity]
math/w_log2_compat.c [moved from math/w_log2.c with 100% similarity]
math/w_log2f_compat.c [moved from math/w_log2f.c with 100% similarity]
math/w_log2l_compat.c [moved from math/w_log2l.c with 100% similarity]
math/w_log_compat.c [moved from math/w_log.c with 100% similarity]
math/w_logf_compat.c [moved from math/w_logf.c with 100% similarity]
math/w_logl_compat.c [moved from math/w_logl.c with 100% similarity]
math/w_pow_compat.c [moved from math/w_pow.c with 100% similarity]
math/w_powf_compat.c [moved from math/w_powf.c with 100% similarity]
math/w_powl_compat.c [moved from math/w_powl.c with 100% similarity]
math/w_remainder_compat.c [moved from math/w_remainder.c with 100% similarity]
math/w_remainderf_compat.c [moved from math/w_remainderf.c with 100% similarity]
math/w_remainderl_compat.c [moved from math/w_remainderl.c with 100% similarity]
math/w_scalb_compat.c [moved from math/w_scalb.c with 100% similarity]
math/w_scalbf_compat.c [moved from math/w_scalbf.c with 100% similarity]
math/w_scalbl_compat.c [moved from math/w_scalbl.c with 100% similarity]
math/w_sinh_compat.c [moved from math/w_sinh.c with 100% similarity]
math/w_sinhf_compat.c [moved from math/w_sinhf.c with 100% similarity]
math/w_sinhl_compat.c [moved from math/w_sinhl.c with 100% similarity]
math/w_sqrt_compat.c [moved from math/w_sqrt.c with 100% similarity]
math/w_sqrtf_compat.c [moved from math/w_sqrtf.c with 100% similarity]
math/w_sqrtl_compat.c [moved from math/w_sqrtl.c with 100% similarity]
math/w_tgamma_compat.c [moved from math/w_tgamma.c with 100% similarity]
math/w_tgammaf_compat.c [moved from math/w_tgammaf.c with 100% similarity]
math/w_tgammal_compat.c [moved from math/w_tgammal.c with 100% similarity]
sysdeps/i386/fpu/w_sqrt_compat.c [moved from sysdeps/i386/fpu/w_sqrt.c with 89% similarity]
sysdeps/ia64/fpu/w_acos_compat.c [moved from sysdeps/ia64/fpu/w_acos.c with 100% similarity]
sysdeps/ia64/fpu/w_acosf_compat.c [moved from sysdeps/ia64/fpu/w_acosf.c with 100% similarity]
sysdeps/ia64/fpu/w_acosh_compat.c [moved from sysdeps/ia64/fpu/w_acosh.c with 100% similarity]
sysdeps/ia64/fpu/w_acoshf_compat.c [moved from sysdeps/ia64/fpu/w_acoshf.c with 100% similarity]
sysdeps/ia64/fpu/w_acoshl_compat.c [moved from sysdeps/ia64/fpu/w_acoshl.c with 100% similarity]
sysdeps/ia64/fpu/w_acosl_compat.c [moved from sysdeps/ia64/fpu/w_acosl.c with 100% similarity]
sysdeps/ia64/fpu/w_asin_compat.c [moved from sysdeps/ia64/fpu/w_asin.c with 100% similarity]
sysdeps/ia64/fpu/w_asinf_compat.c [moved from sysdeps/ia64/fpu/w_asinf.c with 100% similarity]
sysdeps/ia64/fpu/w_asinl_compat.c [moved from sysdeps/ia64/fpu/w_asinl.c with 100% similarity]
sysdeps/ia64/fpu/w_atan2_compat.c [moved from sysdeps/ia64/fpu/w_atan2.c with 100% similarity]
sysdeps/ia64/fpu/w_atan2f_compat.c [moved from sysdeps/ia64/fpu/w_atan2f.c with 100% similarity]
sysdeps/ia64/fpu/w_atan2l_compat.c [moved from sysdeps/ia64/fpu/w_atan2l.c with 100% similarity]
sysdeps/ia64/fpu/w_atanh_compat.c [moved from sysdeps/ia64/fpu/w_atanh.c with 100% similarity]
sysdeps/ia64/fpu/w_atanhf_compat.c [moved from sysdeps/ia64/fpu/w_atanhf.c with 100% similarity]
sysdeps/ia64/fpu/w_atanhl_compat.c [moved from sysdeps/ia64/fpu/w_atanhl.c with 100% similarity]
sysdeps/ia64/fpu/w_cosh_compat.c [moved from sysdeps/ia64/fpu/w_cosh.c with 100% similarity]
sysdeps/ia64/fpu/w_coshf_compat.c [moved from sysdeps/ia64/fpu/w_coshf.c with 100% similarity]
sysdeps/ia64/fpu/w_coshl_compat.c [moved from sysdeps/ia64/fpu/w_coshl.c with 100% similarity]
sysdeps/ia64/fpu/w_exp10_compat.c [moved from sysdeps/ia64/fpu/w_exp10.c with 100% similarity]
sysdeps/ia64/fpu/w_exp10f_compat.c [moved from sysdeps/ia64/fpu/w_exp10f.c with 100% similarity]
sysdeps/ia64/fpu/w_exp10l_compat.c [moved from sysdeps/ia64/fpu/w_exp10l.c with 100% similarity]
sysdeps/ia64/fpu/w_exp2_compat.c [moved from sysdeps/ia64/fpu/w_exp2.c with 100% similarity]
sysdeps/ia64/fpu/w_exp2f_compat.c [moved from sysdeps/ia64/fpu/w_exp2f.c with 100% similarity]
sysdeps/ia64/fpu/w_exp2l_compat.c [moved from sysdeps/ia64/fpu/w_exp2l.c with 100% similarity]
sysdeps/ia64/fpu/w_fmod_compat.c [moved from sysdeps/ia64/fpu/w_fmod.c with 100% similarity]
sysdeps/ia64/fpu/w_fmodf_compat.c [moved from sysdeps/ia64/fpu/w_fmodf.c with 100% similarity]
sysdeps/ia64/fpu/w_fmodl_compat.c [moved from sysdeps/ia64/fpu/w_fmodl.c with 100% similarity]
sysdeps/ia64/fpu/w_hypot_compat.c [moved from sysdeps/ia64/fpu/w_hypot.c with 100% similarity]
sysdeps/ia64/fpu/w_hypotf_compat.c [moved from sysdeps/ia64/fpu/w_hypotf.c with 100% similarity]
sysdeps/ia64/fpu/w_hypotl_compat.c [moved from sysdeps/ia64/fpu/w_hypotl.c with 100% similarity]
sysdeps/ia64/fpu/w_log10_compat.c [moved from sysdeps/ia64/fpu/w_log.c with 100% similarity]
sysdeps/ia64/fpu/w_log10f_compat.c [moved from sysdeps/ia64/fpu/w_log10.c with 100% similarity]
sysdeps/ia64/fpu/w_log10l_compat.c [moved from sysdeps/ia64/fpu/w_log10f.c with 100% similarity]
sysdeps/ia64/fpu/w_log2_compat.c [moved from sysdeps/ia64/fpu/w_log10l.c with 100% similarity]
sysdeps/ia64/fpu/w_log2f_compat.c [moved from sysdeps/ia64/fpu/w_log2.c with 100% similarity]
sysdeps/ia64/fpu/w_log2l_compat.c [moved from sysdeps/ia64/fpu/w_log2f.c with 100% similarity]
sysdeps/ia64/fpu/w_log_compat.c [moved from sysdeps/ia64/fpu/w_log2l.c with 100% similarity]
sysdeps/ia64/fpu/w_logf_compat.c [moved from sysdeps/ia64/fpu/w_logf.c with 100% similarity]
sysdeps/ia64/fpu/w_logl_compat.c [moved from sysdeps/ia64/fpu/w_logl.c with 100% similarity]
sysdeps/ia64/fpu/w_pow_compat.c [moved from sysdeps/ia64/fpu/w_pow.c with 100% similarity]
sysdeps/ia64/fpu/w_powf_compat.c [moved from sysdeps/ia64/fpu/w_powf.c with 100% similarity]
sysdeps/ia64/fpu/w_powl_compat.c [moved from sysdeps/ia64/fpu/w_powl.c with 100% similarity]
sysdeps/ia64/fpu/w_remainder_compat.c [moved from sysdeps/ia64/fpu/w_remainder.c with 100% similarity]
sysdeps/ia64/fpu/w_remainderf_compat.c [moved from sysdeps/ia64/fpu/w_remainderf.c with 100% similarity]
sysdeps/ia64/fpu/w_remainderl_compat.c [moved from sysdeps/ia64/fpu/w_remainderl.c with 100% similarity]
sysdeps/ia64/fpu/w_scalb_compat.c [moved from sysdeps/ia64/fpu/w_scalb.c with 100% similarity]
sysdeps/ia64/fpu/w_scalbf_compat.c [moved from sysdeps/ia64/fpu/w_scalbf.c with 100% similarity]
sysdeps/ia64/fpu/w_scalbl_compat.c [moved from sysdeps/ia64/fpu/w_scalbl.c with 100% similarity]
sysdeps/ia64/fpu/w_sinh_compat.c [moved from sysdeps/ia64/fpu/w_sinh.c with 100% similarity]
sysdeps/ia64/fpu/w_sinhf_compat.c [moved from sysdeps/ia64/fpu/w_sinhf.c with 100% similarity]
sysdeps/ia64/fpu/w_sinhl_compat.c [moved from sysdeps/ia64/fpu/w_sinhl.c with 100% similarity]
sysdeps/ia64/fpu/w_sqrt_compat.c [moved from sysdeps/ia64/fpu/w_sqrt.c with 100% similarity]
sysdeps/ia64/fpu/w_sqrtf_compat.c [moved from sysdeps/ia64/fpu/w_sqrtf.c with 100% similarity]
sysdeps/ia64/fpu/w_sqrtl_compat.c [moved from sysdeps/ia64/fpu/w_sqrtl.c with 100% similarity]
sysdeps/ia64/fpu/w_tgamma_compat.S [moved from sysdeps/ia64/fpu/w_tgamma.S with 100% similarity]
sysdeps/ia64/fpu/w_tgammaf_compat.S [moved from sysdeps/ia64/fpu/w_tgammaf.S with 100% similarity]
sysdeps/ia64/fpu/w_tgammal_compat.S [moved from sysdeps/ia64/fpu/w_tgammal.S with 100% similarity]
sysdeps/ieee754/ldbl-opt/w_acos_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_acos.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_acosh_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_acosh.c with 78% similarity]
sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_acoshl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_acosl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_acosl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_asin_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_asin.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_asinl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_asinl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_atan2_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_atan2.c with 78% similarity]
sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_atan2l.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_atanh_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_atanh.c with 78% similarity]
sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_atanhl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_cosh_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_cosh.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_coshl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_coshl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_exp10_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_exp10.c with 84% similarity]
sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_exp10l.c with 82% similarity]
sysdeps/ieee754/ldbl-opt/w_fmod_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_fmod.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_fmodl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_hypot_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_hypot.c with 78% similarity]
sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_hypotl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_j0_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_j0.c with 84% similarity]
sysdeps/ieee754/ldbl-opt/w_j0l_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_j0l.c with 82% similarity]
sysdeps/ieee754/ldbl-opt/w_j1_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_j1.c with 84% similarity]
sysdeps/ieee754/ldbl-opt/w_j1l_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_j1l.c with 82% similarity]
sysdeps/ieee754/ldbl-opt/w_jn_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_jn.c with 84% similarity]
sysdeps/ieee754/ldbl-opt/w_jnl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_jnl.c with 82% similarity]
sysdeps/ieee754/ldbl-opt/w_log10_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_log10.c with 78% similarity]
sysdeps/ieee754/ldbl-opt/w_log10l_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_log10l.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_log2_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_log2.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_log2l_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_log2l.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_log_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_log.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_logl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_logl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_pow_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_pow.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_powl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_powl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_remainder_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_remainder.c with 85% similarity]
sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_remainderl.c with 84% similarity]
sysdeps/ieee754/ldbl-opt/w_scalb_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_scalb.c with 78% similarity]
sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_scalbl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_sinh_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_sinh.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_sinhl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_sqrt.c with 79% similarity]
sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_sqrtl.c with 77% similarity]
sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_tgamma.c with 78% similarity]
sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c [moved from sysdeps/ieee754/ldbl-opt/w_tgammal.c with 76% similarity]
sysdeps/powerpc/nofpu/Makefile
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-power5.S [moved from sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S with 94% similarity]
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat-ppc32.S [moved from sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S with 94% similarity]
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt_compat.c [moved from sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c with 100% similarity]
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-power5.S [moved from sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S with 93% similarity]
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat-ppc32.S [moved from sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S with 93% similarity]
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf_compat.c [moved from sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c with 100% similarity]
sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt_compat.S [moved from sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S with 99% similarity]
sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf_compat.S [moved from sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S with 99% similarity]
sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt_compat.S [moved from sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S with 99% similarity]
sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf_compat.S [moved from sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S with 99% similarity]
sysdeps/sparc/sparc32/fpu/w_sqrt_compat.S [moved from sysdeps/sparc/sparc32/fpu/w_sqrt.S with 100% similarity]
sysdeps/sparc/sparc32/fpu/w_sqrtf_compat.S [moved from sysdeps/sparc/sparc32/fpu/w_sqrtf.S with 100% similarity]
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat-vis3.S [moved from sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S with 100% similarity]
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt_compat.S [moved from sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S with 84% similarity]
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat-vis3.S [moved from sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S with 100% similarity]
sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf_compat.S [moved from sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S with 84% similarity]
sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt_compat.S [moved from sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S with 100% similarity]
sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf_compat.S [moved from sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S with 100% similarity]
sysdeps/sparc/sparc64/fpu/w_sqrt_compat.S [moved from sysdeps/sparc/sparc64/fpu/w_sqrt.S with 100% similarity]
sysdeps/sparc/sparc64/fpu/w_sqrtf_compat.S [moved from sysdeps/sparc/sparc64/fpu/w_sqrtf.S with 100% similarity]