This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2/4] Automatic part I: Add suffix to filename


---
 math/{w_acos.c => w_acos_compat.c}                                 | 0
 math/{w_acosf.c => w_acosf_compat.c}                               | 0
 math/{w_acosh.c => w_acosh_compat.c}                               | 0
 math/{w_acoshf.c => w_acoshf_compat.c}                             | 0
 math/{w_acoshl.c => w_acoshl_compat.c}                             | 0
 math/{w_acosl.c => w_acosl_compat.c}                               | 0
 math/{w_asin.c => w_asin_compat.c}                                 | 0
 math/{w_asinf.c => w_asinf_compat.c}                               | 0
 math/{w_asinl.c => w_asinl_compat.c}                               | 0
 math/{w_atan2.c => w_atan2_compat.c}                               | 0
 math/{w_atan2f.c => w_atan2f_compat.c}                             | 0
 math/{w_atan2l.c => w_atan2l_compat.c}                             | 0
 math/{w_atanh.c => w_atanh_compat.c}                               | 0
 math/{w_atanhf.c => w_atanhf_compat.c}                             | 0
 math/{w_atanhl.c => w_atanhl_compat.c}                             | 0
 math/{w_cosh.c => w_cosh_compat.c}                                 | 0
 math/{w_coshf.c => w_coshf_compat.c}                               | 0
 math/{w_coshl.c => w_coshl_compat.c}                               | 0
 math/{w_exp10.c => w_exp10_compat.c}                               | 0
 math/{w_exp10f.c => w_exp10f_compat.c}                             | 0
 math/{w_exp10l.c => w_exp10l_compat.c}                             | 0
 math/{w_exp2.c => w_exp2_compat.c}                                 | 0
 math/{w_exp2f.c => w_exp2f_compat.c}                               | 0
 math/{w_exp2l.c => w_exp2l_compat.c}                               | 0
 math/{w_fmod.c => w_fmod_compat.c}                                 | 0
 math/{w_fmodf.c => w_fmodf_compat.c}                               | 0
 math/{w_fmodl.c => w_fmodl_compat.c}                               | 0
 math/{w_hypot.c => w_hypot_compat.c}                               | 0
 math/{w_hypotf.c => w_hypotf_compat.c}                             | 0
 math/{w_hypotl.c => w_hypotl_compat.c}                             | 0
 math/{w_j0.c => w_j0_compat.c}                                     | 0
 math/{w_j0f.c => w_j0f_compat.c}                                   | 0
 math/{w_j0l.c => w_j0l_compat.c}                                   | 0
 math/{w_j1.c => w_j1_compat.c}                                     | 0
 math/{w_j1f.c => w_j1f_compat.c}                                   | 0
 math/{w_j1l.c => w_j1l_compat.c}                                   | 0
 math/{w_jn.c => w_jn_compat.c}                                     | 0
 math/{w_jnf.c => w_jnf_compat.c}                                   | 0
 math/{w_jnl.c => w_jnl_compat.c}                                   | 0
 math/{w_log10.c => w_log10_compat.c}                               | 0
 math/{w_log10f.c => w_log10f_compat.c}                             | 0
 math/{w_log10l.c => w_log10l_compat.c}                             | 0
 math/{w_log2.c => w_log2_compat.c}                                 | 0
 math/{w_log2f.c => w_log2f_compat.c}                               | 0
 math/{w_log2l.c => w_log2l_compat.c}                               | 0
 math/{w_log.c => w_log_compat.c}                                   | 0
 math/{w_logf.c => w_logf_compat.c}                                 | 0
 math/{w_logl.c => w_logl_compat.c}                                 | 0
 math/{w_pow.c => w_pow_compat.c}                                   | 0
 math/{w_powf.c => w_powf_compat.c}                                 | 0
 math/{w_powl.c => w_powl_compat.c}                                 | 0
 math/{w_remainder.c => w_remainder_compat.c}                       | 0
 math/{w_remainderf.c => w_remainderf_compat.c}                     | 0
 math/{w_remainderl.c => w_remainderl_compat.c}                     | 0
 math/{w_scalb.c => w_scalb_compat.c}                               | 0
 math/{w_scalbf.c => w_scalbf_compat.c}                             | 0
 math/{w_scalbl.c => w_scalbl_compat.c}                             | 0
 math/{w_sinh.c => w_sinh_compat.c}                                 | 0
 math/{w_sinhf.c => w_sinhf_compat.c}                               | 0
 math/{w_sinhl.c => w_sinhl_compat.c}                               | 0
 math/{w_sqrt.c => w_sqrt_compat.c}                                 | 0
 math/{w_sqrtf.c => w_sqrtf_compat.c}                               | 0
 math/{w_sqrtl.c => w_sqrtl_compat.c}                               | 0
 math/{w_tgamma.c => w_tgamma_compat.c}                             | 0
 math/{w_tgammaf.c => w_tgammaf_compat.c}                           | 0
 math/{w_tgammal.c => w_tgammal_compat.c}                           | 0
 sysdeps/ieee754/ldbl-opt/{w_acos.c => w_acos_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_acosh.c => w_acosh_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_acoshl.c => w_acoshl_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_acosl.c => w_acosl_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_asin.c => w_asin_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_asinl.c => w_asinl_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_atan2.c => w_atan2_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_atan2l.c => w_atan2l_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_atanh.c => w_atanh_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_atanhl.c => w_atanhl_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_cosh.c => w_cosh_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_coshl.c => w_coshl_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_exp10.c => w_exp10_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_exp10l.c => w_exp10l_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_fmod.c => w_fmod_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_fmodl.c => w_fmodl_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_hypot.c => w_hypot_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_hypotl.c => w_hypotl_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_j0.c => w_j0_compat.c}                 | 0
 sysdeps/ieee754/ldbl-opt/{w_j0l.c => w_j0l_compat.c}               | 0
 sysdeps/ieee754/ldbl-opt/{w_j1.c => w_j1_compat.c}                 | 0
 sysdeps/ieee754/ldbl-opt/{w_j1l.c => w_j1l_compat.c}               | 0
 sysdeps/ieee754/ldbl-opt/{w_jn.c => w_jn_compat.c}                 | 0
 sysdeps/ieee754/ldbl-opt/{w_jnl.c => w_jnl_compat.c}               | 0
 sysdeps/ieee754/ldbl-opt/{w_log10.c => w_log10_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_log10l.c => w_log10l_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_log2.c => w_log2_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_log2l.c => w_log2l_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_log.c => w_log_compat.c}               | 0
 sysdeps/ieee754/ldbl-opt/{w_logl.c => w_logl_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_pow.c => w_pow_compat.c}               | 0
 sysdeps/ieee754/ldbl-opt/{w_powl.c => w_powl_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_remainder.c => w_remainder_compat.c}   | 0
 sysdeps/ieee754/ldbl-opt/{w_remainderl.c => w_remainderl_compat.c} | 0
 sysdeps/ieee754/ldbl-opt/{w_scalb.c => w_scalb_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_scalbl.c => w_scalbl_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_sinh.c => w_sinh_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_sinhl.c => w_sinhl_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_sqrt.c => w_sqrt_compat.c}             | 0
 sysdeps/ieee754/ldbl-opt/{w_sqrtl.c => w_sqrtl_compat.c}           | 0
 sysdeps/ieee754/ldbl-opt/{w_tgamma.c => w_tgamma_compat.c}         | 0
 sysdeps/ieee754/ldbl-opt/{w_tgammal.c => w_tgammal_compat.c}       | 0
 108 files changed, 0 insertions(+), 0 deletions(-)
 rename math/{w_acos.c => w_acos_compat.c} (100%)
 rename math/{w_acosf.c => w_acosf_compat.c} (100%)
 rename math/{w_acosh.c => w_acosh_compat.c} (100%)
 rename math/{w_acoshf.c => w_acoshf_compat.c} (100%)
 rename math/{w_acoshl.c => w_acoshl_compat.c} (100%)
 rename math/{w_acosl.c => w_acosl_compat.c} (100%)
 rename math/{w_asin.c => w_asin_compat.c} (100%)
 rename math/{w_asinf.c => w_asinf_compat.c} (100%)
 rename math/{w_asinl.c => w_asinl_compat.c} (100%)
 rename math/{w_atan2.c => w_atan2_compat.c} (100%)
 rename math/{w_atan2f.c => w_atan2f_compat.c} (100%)
 rename math/{w_atan2l.c => w_atan2l_compat.c} (100%)
 rename math/{w_atanh.c => w_atanh_compat.c} (100%)
 rename math/{w_atanhf.c => w_atanhf_compat.c} (100%)
 rename math/{w_atanhl.c => w_atanhl_compat.c} (100%)
 rename math/{w_cosh.c => w_cosh_compat.c} (100%)
 rename math/{w_coshf.c => w_coshf_compat.c} (100%)
 rename math/{w_coshl.c => w_coshl_compat.c} (100%)
 rename math/{w_exp10.c => w_exp10_compat.c} (100%)
 rename math/{w_exp10f.c => w_exp10f_compat.c} (100%)
 rename math/{w_exp10l.c => w_exp10l_compat.c} (100%)
 rename math/{w_exp2.c => w_exp2_compat.c} (100%)
 rename math/{w_exp2f.c => w_exp2f_compat.c} (100%)
 rename math/{w_exp2l.c => w_exp2l_compat.c} (100%)
 rename math/{w_fmod.c => w_fmod_compat.c} (100%)
 rename math/{w_fmodf.c => w_fmodf_compat.c} (100%)
 rename math/{w_fmodl.c => w_fmodl_compat.c} (100%)
 rename math/{w_hypot.c => w_hypot_compat.c} (100%)
 rename math/{w_hypotf.c => w_hypotf_compat.c} (100%)
 rename math/{w_hypotl.c => w_hypotl_compat.c} (100%)
 rename math/{w_j0.c => w_j0_compat.c} (100%)
 rename math/{w_j0f.c => w_j0f_compat.c} (100%)
 rename math/{w_j0l.c => w_j0l_compat.c} (100%)
 rename math/{w_j1.c => w_j1_compat.c} (100%)
 rename math/{w_j1f.c => w_j1f_compat.c} (100%)
 rename math/{w_j1l.c => w_j1l_compat.c} (100%)
 rename math/{w_jn.c => w_jn_compat.c} (100%)
 rename math/{w_jnf.c => w_jnf_compat.c} (100%)
 rename math/{w_jnl.c => w_jnl_compat.c} (100%)
 rename math/{w_log10.c => w_log10_compat.c} (100%)
 rename math/{w_log10f.c => w_log10f_compat.c} (100%)
 rename math/{w_log10l.c => w_log10l_compat.c} (100%)
 rename math/{w_log2.c => w_log2_compat.c} (100%)
 rename math/{w_log2f.c => w_log2f_compat.c} (100%)
 rename math/{w_log2l.c => w_log2l_compat.c} (100%)
 rename math/{w_log.c => w_log_compat.c} (100%)
 rename math/{w_logf.c => w_logf_compat.c} (100%)
 rename math/{w_logl.c => w_logl_compat.c} (100%)
 rename math/{w_pow.c => w_pow_compat.c} (100%)
 rename math/{w_powf.c => w_powf_compat.c} (100%)
 rename math/{w_powl.c => w_powl_compat.c} (100%)
 rename math/{w_remainder.c => w_remainder_compat.c} (100%)
 rename math/{w_remainderf.c => w_remainderf_compat.c} (100%)
 rename math/{w_remainderl.c => w_remainderl_compat.c} (100%)
 rename math/{w_scalb.c => w_scalb_compat.c} (100%)
 rename math/{w_scalbf.c => w_scalbf_compat.c} (100%)
 rename math/{w_scalbl.c => w_scalbl_compat.c} (100%)
 rename math/{w_sinh.c => w_sinh_compat.c} (100%)
 rename math/{w_sinhf.c => w_sinhf_compat.c} (100%)
 rename math/{w_sinhl.c => w_sinhl_compat.c} (100%)
 rename math/{w_sqrt.c => w_sqrt_compat.c} (100%)
 rename math/{w_sqrtf.c => w_sqrtf_compat.c} (100%)
 rename math/{w_sqrtl.c => w_sqrtl_compat.c} (100%)
 rename math/{w_tgamma.c => w_tgamma_compat.c} (100%)
 rename math/{w_tgammaf.c => w_tgammaf_compat.c} (100%)
 rename math/{w_tgammal.c => w_tgammal_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_acos.c => w_acos_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_acosh.c => w_acosh_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_acoshl.c => w_acoshl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_acosl.c => w_acosl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_asin.c => w_asin_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_asinl.c => w_asinl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_atan2.c => w_atan2_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_atan2l.c => w_atan2l_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_atanh.c => w_atanh_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_atanhl.c => w_atanhl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_cosh.c => w_cosh_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_coshl.c => w_coshl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_exp10.c => w_exp10_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_exp10l.c => w_exp10l_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_fmod.c => w_fmod_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_fmodl.c => w_fmodl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_hypot.c => w_hypot_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_hypotl.c => w_hypotl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_j0.c => w_j0_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_j0l.c => w_j0l_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_j1.c => w_j1_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_j1l.c => w_j1l_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_jn.c => w_jn_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_jnl.c => w_jnl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_log10.c => w_log10_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_log10l.c => w_log10l_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_log2.c => w_log2_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_log2l.c => w_log2l_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_log.c => w_log_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_logl.c => w_logl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_pow.c => w_pow_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_powl.c => w_powl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_remainder.c => w_remainder_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_remainderl.c => w_remainderl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_scalb.c => w_scalb_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_scalbl.c => w_scalbl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_sinh.c => w_sinh_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_sinhl.c => w_sinhl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_sqrt.c => w_sqrt_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_sqrtl.c => w_sqrtl_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_tgamma.c => w_tgamma_compat.c} (100%)
 rename sysdeps/ieee754/ldbl-opt/{w_tgammal.c => w_tgammal_compat.c} (100%)

diff --git a/math/w_acos.c b/math/w_acos_compat.c
similarity index 100%
rename from math/w_acos.c
rename to math/w_acos_compat.c
diff --git a/math/w_acosf.c b/math/w_acosf_compat.c
similarity index 100%
rename from math/w_acosf.c
rename to math/w_acosf_compat.c
diff --git a/math/w_acosh.c b/math/w_acosh_compat.c
similarity index 100%
rename from math/w_acosh.c
rename to math/w_acosh_compat.c
diff --git a/math/w_acoshf.c b/math/w_acoshf_compat.c
similarity index 100%
rename from math/w_acoshf.c
rename to math/w_acoshf_compat.c
diff --git a/math/w_acoshl.c b/math/w_acoshl_compat.c
similarity index 100%
rename from math/w_acoshl.c
rename to math/w_acoshl_compat.c
diff --git a/math/w_acosl.c b/math/w_acosl_compat.c
similarity index 100%
rename from math/w_acosl.c
rename to math/w_acosl_compat.c
diff --git a/math/w_asin.c b/math/w_asin_compat.c
similarity index 100%
rename from math/w_asin.c
rename to math/w_asin_compat.c
diff --git a/math/w_asinf.c b/math/w_asinf_compat.c
similarity index 100%
rename from math/w_asinf.c
rename to math/w_asinf_compat.c
diff --git a/math/w_asinl.c b/math/w_asinl_compat.c
similarity index 100%
rename from math/w_asinl.c
rename to math/w_asinl_compat.c
diff --git a/math/w_atan2.c b/math/w_atan2_compat.c
similarity index 100%
rename from math/w_atan2.c
rename to math/w_atan2_compat.c
diff --git a/math/w_atan2f.c b/math/w_atan2f_compat.c
similarity index 100%
rename from math/w_atan2f.c
rename to math/w_atan2f_compat.c
diff --git a/math/w_atan2l.c b/math/w_atan2l_compat.c
similarity index 100%
rename from math/w_atan2l.c
rename to math/w_atan2l_compat.c
diff --git a/math/w_atanh.c b/math/w_atanh_compat.c
similarity index 100%
rename from math/w_atanh.c
rename to math/w_atanh_compat.c
diff --git a/math/w_atanhf.c b/math/w_atanhf_compat.c
similarity index 100%
rename from math/w_atanhf.c
rename to math/w_atanhf_compat.c
diff --git a/math/w_atanhl.c b/math/w_atanhl_compat.c
similarity index 100%
rename from math/w_atanhl.c
rename to math/w_atanhl_compat.c
diff --git a/math/w_cosh.c b/math/w_cosh_compat.c
similarity index 100%
rename from math/w_cosh.c
rename to math/w_cosh_compat.c
diff --git a/math/w_coshf.c b/math/w_coshf_compat.c
similarity index 100%
rename from math/w_coshf.c
rename to math/w_coshf_compat.c
diff --git a/math/w_coshl.c b/math/w_coshl_compat.c
similarity index 100%
rename from math/w_coshl.c
rename to math/w_coshl_compat.c
diff --git a/math/w_exp10.c b/math/w_exp10_compat.c
similarity index 100%
rename from math/w_exp10.c
rename to math/w_exp10_compat.c
diff --git a/math/w_exp10f.c b/math/w_exp10f_compat.c
similarity index 100%
rename from math/w_exp10f.c
rename to math/w_exp10f_compat.c
diff --git a/math/w_exp10l.c b/math/w_exp10l_compat.c
similarity index 100%
rename from math/w_exp10l.c
rename to math/w_exp10l_compat.c
diff --git a/math/w_exp2.c b/math/w_exp2_compat.c
similarity index 100%
rename from math/w_exp2.c
rename to math/w_exp2_compat.c
diff --git a/math/w_exp2f.c b/math/w_exp2f_compat.c
similarity index 100%
rename from math/w_exp2f.c
rename to math/w_exp2f_compat.c
diff --git a/math/w_exp2l.c b/math/w_exp2l_compat.c
similarity index 100%
rename from math/w_exp2l.c
rename to math/w_exp2l_compat.c
diff --git a/math/w_fmod.c b/math/w_fmod_compat.c
similarity index 100%
rename from math/w_fmod.c
rename to math/w_fmod_compat.c
diff --git a/math/w_fmodf.c b/math/w_fmodf_compat.c
similarity index 100%
rename from math/w_fmodf.c
rename to math/w_fmodf_compat.c
diff --git a/math/w_fmodl.c b/math/w_fmodl_compat.c
similarity index 100%
rename from math/w_fmodl.c
rename to math/w_fmodl_compat.c
diff --git a/math/w_hypot.c b/math/w_hypot_compat.c
similarity index 100%
rename from math/w_hypot.c
rename to math/w_hypot_compat.c
diff --git a/math/w_hypotf.c b/math/w_hypotf_compat.c
similarity index 100%
rename from math/w_hypotf.c
rename to math/w_hypotf_compat.c
diff --git a/math/w_hypotl.c b/math/w_hypotl_compat.c
similarity index 100%
rename from math/w_hypotl.c
rename to math/w_hypotl_compat.c
diff --git a/math/w_j0.c b/math/w_j0_compat.c
similarity index 100%
rename from math/w_j0.c
rename to math/w_j0_compat.c
diff --git a/math/w_j0f.c b/math/w_j0f_compat.c
similarity index 100%
rename from math/w_j0f.c
rename to math/w_j0f_compat.c
diff --git a/math/w_j0l.c b/math/w_j0l_compat.c
similarity index 100%
rename from math/w_j0l.c
rename to math/w_j0l_compat.c
diff --git a/math/w_j1.c b/math/w_j1_compat.c
similarity index 100%
rename from math/w_j1.c
rename to math/w_j1_compat.c
diff --git a/math/w_j1f.c b/math/w_j1f_compat.c
similarity index 100%
rename from math/w_j1f.c
rename to math/w_j1f_compat.c
diff --git a/math/w_j1l.c b/math/w_j1l_compat.c
similarity index 100%
rename from math/w_j1l.c
rename to math/w_j1l_compat.c
diff --git a/math/w_jn.c b/math/w_jn_compat.c
similarity index 100%
rename from math/w_jn.c
rename to math/w_jn_compat.c
diff --git a/math/w_jnf.c b/math/w_jnf_compat.c
similarity index 100%
rename from math/w_jnf.c
rename to math/w_jnf_compat.c
diff --git a/math/w_jnl.c b/math/w_jnl_compat.c
similarity index 100%
rename from math/w_jnl.c
rename to math/w_jnl_compat.c
diff --git a/math/w_log10.c b/math/w_log10_compat.c
similarity index 100%
rename from math/w_log10.c
rename to math/w_log10_compat.c
diff --git a/math/w_log10f.c b/math/w_log10f_compat.c
similarity index 100%
rename from math/w_log10f.c
rename to math/w_log10f_compat.c
diff --git a/math/w_log10l.c b/math/w_log10l_compat.c
similarity index 100%
rename from math/w_log10l.c
rename to math/w_log10l_compat.c
diff --git a/math/w_log2.c b/math/w_log2_compat.c
similarity index 100%
rename from math/w_log2.c
rename to math/w_log2_compat.c
diff --git a/math/w_log2f.c b/math/w_log2f_compat.c
similarity index 100%
rename from math/w_log2f.c
rename to math/w_log2f_compat.c
diff --git a/math/w_log2l.c b/math/w_log2l_compat.c
similarity index 100%
rename from math/w_log2l.c
rename to math/w_log2l_compat.c
diff --git a/math/w_log.c b/math/w_log_compat.c
similarity index 100%
rename from math/w_log.c
rename to math/w_log_compat.c
diff --git a/math/w_logf.c b/math/w_logf_compat.c
similarity index 100%
rename from math/w_logf.c
rename to math/w_logf_compat.c
diff --git a/math/w_logl.c b/math/w_logl_compat.c
similarity index 100%
rename from math/w_logl.c
rename to math/w_logl_compat.c
diff --git a/math/w_pow.c b/math/w_pow_compat.c
similarity index 100%
rename from math/w_pow.c
rename to math/w_pow_compat.c
diff --git a/math/w_powf.c b/math/w_powf_compat.c
similarity index 100%
rename from math/w_powf.c
rename to math/w_powf_compat.c
diff --git a/math/w_powl.c b/math/w_powl_compat.c
similarity index 100%
rename from math/w_powl.c
rename to math/w_powl_compat.c
diff --git a/math/w_remainder.c b/math/w_remainder_compat.c
similarity index 100%
rename from math/w_remainder.c
rename to math/w_remainder_compat.c
diff --git a/math/w_remainderf.c b/math/w_remainderf_compat.c
similarity index 100%
rename from math/w_remainderf.c
rename to math/w_remainderf_compat.c
diff --git a/math/w_remainderl.c b/math/w_remainderl_compat.c
similarity index 100%
rename from math/w_remainderl.c
rename to math/w_remainderl_compat.c
diff --git a/math/w_scalb.c b/math/w_scalb_compat.c
similarity index 100%
rename from math/w_scalb.c
rename to math/w_scalb_compat.c
diff --git a/math/w_scalbf.c b/math/w_scalbf_compat.c
similarity index 100%
rename from math/w_scalbf.c
rename to math/w_scalbf_compat.c
diff --git a/math/w_scalbl.c b/math/w_scalbl_compat.c
similarity index 100%
rename from math/w_scalbl.c
rename to math/w_scalbl_compat.c
diff --git a/math/w_sinh.c b/math/w_sinh_compat.c
similarity index 100%
rename from math/w_sinh.c
rename to math/w_sinh_compat.c
diff --git a/math/w_sinhf.c b/math/w_sinhf_compat.c
similarity index 100%
rename from math/w_sinhf.c
rename to math/w_sinhf_compat.c
diff --git a/math/w_sinhl.c b/math/w_sinhl_compat.c
similarity index 100%
rename from math/w_sinhl.c
rename to math/w_sinhl_compat.c
diff --git a/math/w_sqrt.c b/math/w_sqrt_compat.c
similarity index 100%
rename from math/w_sqrt.c
rename to math/w_sqrt_compat.c
diff --git a/math/w_sqrtf.c b/math/w_sqrtf_compat.c
similarity index 100%
rename from math/w_sqrtf.c
rename to math/w_sqrtf_compat.c
diff --git a/math/w_sqrtl.c b/math/w_sqrtl_compat.c
similarity index 100%
rename from math/w_sqrtl.c
rename to math/w_sqrtl_compat.c
diff --git a/math/w_tgamma.c b/math/w_tgamma_compat.c
similarity index 100%
rename from math/w_tgamma.c
rename to math/w_tgamma_compat.c
diff --git a/math/w_tgammaf.c b/math/w_tgammaf_compat.c
similarity index 100%
rename from math/w_tgammaf.c
rename to math/w_tgammaf_compat.c
diff --git a/math/w_tgammal.c b/math/w_tgammal_compat.c
similarity index 100%
rename from math/w_tgammal.c
rename to math/w_tgammal_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_acos.c b/sysdeps/ieee754/ldbl-opt/w_acos_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_acos.c
rename to sysdeps/ieee754/ldbl-opt/w_acos_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_acosh.c b/sysdeps/ieee754/ldbl-opt/w_acosh_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_acosh.c
rename to sysdeps/ieee754/ldbl-opt/w_acosh_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_acoshl.c b/sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_acoshl.c
rename to sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_acosl.c b/sysdeps/ieee754/ldbl-opt/w_acosl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_acosl.c
rename to sysdeps/ieee754/ldbl-opt/w_acosl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_asin.c b/sysdeps/ieee754/ldbl-opt/w_asin_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_asin.c
rename to sysdeps/ieee754/ldbl-opt/w_asin_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_asinl.c b/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_asinl.c
rename to sysdeps/ieee754/ldbl-opt/w_asinl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_atan2.c b/sysdeps/ieee754/ldbl-opt/w_atan2_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_atan2.c
rename to sysdeps/ieee754/ldbl-opt/w_atan2_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_atan2l.c b/sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_atan2l.c
rename to sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_atanh.c b/sysdeps/ieee754/ldbl-opt/w_atanh_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_atanh.c
rename to sysdeps/ieee754/ldbl-opt/w_atanh_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_atanhl.c b/sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_atanhl.c
rename to sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_cosh.c b/sysdeps/ieee754/ldbl-opt/w_cosh_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_cosh.c
rename to sysdeps/ieee754/ldbl-opt/w_cosh_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_coshl.c b/sysdeps/ieee754/ldbl-opt/w_coshl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_coshl.c
rename to sysdeps/ieee754/ldbl-opt/w_coshl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_exp10.c b/sysdeps/ieee754/ldbl-opt/w_exp10_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_exp10.c
rename to sysdeps/ieee754/ldbl-opt/w_exp10_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_exp10l.c b/sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_exp10l.c
rename to sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_fmod.c b/sysdeps/ieee754/ldbl-opt/w_fmod_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_fmod.c
rename to sysdeps/ieee754/ldbl-opt/w_fmod_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_fmodl.c b/sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_fmodl.c
rename to sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_hypot.c b/sysdeps/ieee754/ldbl-opt/w_hypot_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_hypot.c
rename to sysdeps/ieee754/ldbl-opt/w_hypot_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_hypotl.c b/sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_hypotl.c
rename to sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_j0.c b/sysdeps/ieee754/ldbl-opt/w_j0_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_j0.c
rename to sysdeps/ieee754/ldbl-opt/w_j0_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_j0l.c b/sysdeps/ieee754/ldbl-opt/w_j0l_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_j0l.c
rename to sysdeps/ieee754/ldbl-opt/w_j0l_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_j1.c b/sysdeps/ieee754/ldbl-opt/w_j1_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_j1.c
rename to sysdeps/ieee754/ldbl-opt/w_j1_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_j1l.c b/sysdeps/ieee754/ldbl-opt/w_j1l_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_j1l.c
rename to sysdeps/ieee754/ldbl-opt/w_j1l_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_jn.c b/sysdeps/ieee754/ldbl-opt/w_jn_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_jn.c
rename to sysdeps/ieee754/ldbl-opt/w_jn_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_jnl.c b/sysdeps/ieee754/ldbl-opt/w_jnl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_jnl.c
rename to sysdeps/ieee754/ldbl-opt/w_jnl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_log10.c b/sysdeps/ieee754/ldbl-opt/w_log10_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_log10.c
rename to sysdeps/ieee754/ldbl-opt/w_log10_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_log10l.c b/sysdeps/ieee754/ldbl-opt/w_log10l_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_log10l.c
rename to sysdeps/ieee754/ldbl-opt/w_log10l_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_log2.c b/sysdeps/ieee754/ldbl-opt/w_log2_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_log2.c
rename to sysdeps/ieee754/ldbl-opt/w_log2_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_log2l.c b/sysdeps/ieee754/ldbl-opt/w_log2l_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_log2l.c
rename to sysdeps/ieee754/ldbl-opt/w_log2l_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_log.c b/sysdeps/ieee754/ldbl-opt/w_log_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_log.c
rename to sysdeps/ieee754/ldbl-opt/w_log_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_logl.c b/sysdeps/ieee754/ldbl-opt/w_logl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_logl.c
rename to sysdeps/ieee754/ldbl-opt/w_logl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_pow.c b/sysdeps/ieee754/ldbl-opt/w_pow_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_pow.c
rename to sysdeps/ieee754/ldbl-opt/w_pow_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_powl.c b/sysdeps/ieee754/ldbl-opt/w_powl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_powl.c
rename to sysdeps/ieee754/ldbl-opt/w_powl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_remainder.c b/sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_remainder.c
rename to sysdeps/ieee754/ldbl-opt/w_remainder_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_remainderl.c b/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_remainderl.c
rename to sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_scalb.c b/sysdeps/ieee754/ldbl-opt/w_scalb_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_scalb.c
rename to sysdeps/ieee754/ldbl-opt/w_scalb_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_scalbl.c b/sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_scalbl.c
rename to sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_sinh.c b/sysdeps/ieee754/ldbl-opt/w_sinh_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_sinh.c
rename to sysdeps/ieee754/ldbl-opt/w_sinh_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_sinhl.c b/sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_sinhl.c
rename to sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_sqrt.c b/sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_sqrt.c
rename to sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_sqrtl.c b/sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_sqrtl.c
rename to sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_tgamma.c b/sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_tgamma.c
rename to sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c
diff --git a/sysdeps/ieee754/ldbl-opt/w_tgammal.c b/sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c
similarity index 100%
rename from sysdeps/ieee754/ldbl-opt/w_tgammal.c
rename to sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c
-- 
2.4.11


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]