From f67d78192c1be9d56d3a6f3fda4e0a70ae48c44d Mon Sep 17 00:00:00 2001 From: "Gabriel F. T. Gomes" Date: Tue, 13 Dec 2016 22:42:51 -0200 Subject: 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. --- sysdeps/ieee754/ldbl-opt/w_acos.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_acos_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_acosh.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_acosh_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_acoshl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_acosl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_acosl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_asin.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_asin_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_asinl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_asinl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_atan2.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_atan2_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_atan2l.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_atanh.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_atanh_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_atanhl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_cosh.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_cosh_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_coshl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_coshl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_exp10.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_exp10_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_exp10l.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_fmod.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_fmod_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_fmodl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_hypot.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_hypot_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_hypotl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_j0.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_j0_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_j0l.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_j0l_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_j1.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_j1_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_j1l.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_j1l_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_jn.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_jn_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_jnl.c | 6 ------ sysdeps/ieee754/ldbl-opt/w_jnl_compat.c | 6 ++++++ sysdeps/ieee754/ldbl-opt/w_log.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_log10.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_log10_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_log10l.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_log10l_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_log2.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_log2_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_log2l.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_log2l_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_log_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_logl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_logl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_pow.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_pow_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_powl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_powl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_remainder.c | 7 ------- sysdeps/ieee754/ldbl-opt/w_remainder_compat.c | 7 +++++++ sysdeps/ieee754/ldbl-opt/w_remainderl.c | 7 ------- sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c | 7 +++++++ sysdeps/ieee754/ldbl-opt/w_scalb.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_scalb_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_scalbl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_sinh.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_sinh_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_sinhl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_sqrt.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_sqrtl.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_tgamma.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c | 5 +++++ sysdeps/ieee754/ldbl-opt/w_tgammal.c | 5 ----- sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c | 5 +++++ 84 files changed, 222 insertions(+), 222 deletions(-) delete mode 100644 sysdeps/ieee754/ldbl-opt/w_acos.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_acos_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_acosh.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_acosh_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_acoshl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_acosl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_acosl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_asin.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_asin_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_asinl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_asinl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_atan2.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_atan2_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_atan2l.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_atanh.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_atanh_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_atanhl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_cosh.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_cosh_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_coshl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_coshl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_exp10.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_exp10_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_exp10l.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_fmod.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_fmod_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_fmodl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_hypot.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_hypot_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_hypotl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_j0.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_j0_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_j0l.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_j0l_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_j1.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_j1_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_j1l.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_j1l_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_jn.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_jn_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_jnl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_jnl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_log.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_log10.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_log10_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_log10l.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_log10l_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_log2.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_log2_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_log2l.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_log2l_compat.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_log_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_logl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_logl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_pow.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_pow_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_powl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_powl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_remainder.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_remainder_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_remainderl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_scalb.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_scalb_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_scalbl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_sinh.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_sinh_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_sinhl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_sqrt.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_sqrtl.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_tgamma.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c delete mode 100644 sysdeps/ieee754/ldbl-opt/w_tgammal.c create mode 100644 sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c (limited to 'sysdeps/ieee754') diff --git a/sysdeps/ieee754/ldbl-opt/w_acos.c b/sysdeps/ieee754/ldbl-opt/w_acos.c deleted file mode 100644 index 2934041d4d..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_acos.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __acos, acosl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_acos_compat.c b/sysdeps/ieee754/ldbl-opt/w_acos_compat.c new file mode 100644 index 0000000000..1e6d1b37ec --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_acos_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __acos, acosl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_acosh.c b/sysdeps/ieee754/ldbl-opt/w_acosh.c deleted file mode 100644 index 7f7fa14e27..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_acosh.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __acosh, acoshl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_acosh_compat.c b/sysdeps/ieee754/ldbl-opt/w_acosh_compat.c new file mode 100644 index 0000000000..40da339a7a --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_acosh_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __acosh, acoshl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_acoshl.c b/sysdeps/ieee754/ldbl-opt/w_acoshl.c deleted file mode 100644 index 6243c2ac80..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_acoshl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __acoshl, acoshl); diff --git a/sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c b/sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c new file mode 100644 index 0000000000..df4338d9fa --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_acoshl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __acoshl, acoshl); diff --git a/sysdeps/ieee754/ldbl-opt/w_acosl.c b/sysdeps/ieee754/ldbl-opt/w_acosl.c deleted file mode 100644 index 8b6e890a53..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_acosl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __acosl, acosl); diff --git a/sysdeps/ieee754/ldbl-opt/w_acosl_compat.c b/sysdeps/ieee754/ldbl-opt/w_acosl_compat.c new file mode 100644 index 0000000000..5efc99024c --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_acosl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __acosl, acosl); diff --git a/sysdeps/ieee754/ldbl-opt/w_asin.c b/sysdeps/ieee754/ldbl-opt/w_asin.c deleted file mode 100644 index 5e1d70ff65..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_asin.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __asin, asinl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_asin_compat.c b/sysdeps/ieee754/ldbl-opt/w_asin_compat.c new file mode 100644 index 0000000000..1c52cc22ad --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_asin_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __asin, asinl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_asinl.c b/sysdeps/ieee754/ldbl-opt/w_asinl.c deleted file mode 100644 index a58a224a38..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_asinl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __asinl, asinl); diff --git a/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c b/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c new file mode 100644 index 0000000000..087fab25bb --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __asinl, asinl); diff --git a/sysdeps/ieee754/ldbl-opt/w_atan2.c b/sysdeps/ieee754/ldbl-opt/w_atan2.c deleted file mode 100644 index f1d1501bd2..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_atan2.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __atan2, atan2l, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_atan2_compat.c b/sysdeps/ieee754/ldbl-opt/w_atan2_compat.c new file mode 100644 index 0000000000..d3f7964d7c --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_atan2_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __atan2, atan2l, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_atan2l.c b/sysdeps/ieee754/ldbl-opt/w_atan2l.c deleted file mode 100644 index 01431eff44..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_atan2l.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __atan2l, atan2l); diff --git a/sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c b/sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c new file mode 100644 index 0000000000..6b12209625 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_atan2l_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __atan2l, atan2l); diff --git a/sysdeps/ieee754/ldbl-opt/w_atanh.c b/sysdeps/ieee754/ldbl-opt/w_atanh.c deleted file mode 100644 index b4cab87c32..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_atanh.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __atanh, atanhl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_atanh_compat.c b/sysdeps/ieee754/ldbl-opt/w_atanh_compat.c new file mode 100644 index 0000000000..e15ef1f93d --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_atanh_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __atanh, atanhl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_atanhl.c b/sysdeps/ieee754/ldbl-opt/w_atanhl.c deleted file mode 100644 index 0dbc114481..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_atanhl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __atanhl, atanhl); diff --git a/sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c b/sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c new file mode 100644 index 0000000000..49bae1ee8f --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_atanhl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __atanhl, atanhl); diff --git a/sysdeps/ieee754/ldbl-opt/w_cosh.c b/sysdeps/ieee754/ldbl-opt/w_cosh.c deleted file mode 100644 index a6f56cf4c5..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_cosh.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __cosh, coshl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_cosh_compat.c b/sysdeps/ieee754/ldbl-opt/w_cosh_compat.c new file mode 100644 index 0000000000..af29735e10 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_cosh_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __cosh, coshl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_coshl.c b/sysdeps/ieee754/ldbl-opt/w_coshl.c deleted file mode 100644 index 8c7dccb7f3..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_coshl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __coshl, coshl); diff --git a/sysdeps/ieee754/ldbl-opt/w_coshl_compat.c b/sysdeps/ieee754/ldbl-opt/w_coshl_compat.c new file mode 100644 index 0000000000..a8808778ba --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_coshl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __coshl, coshl); diff --git a/sysdeps/ieee754/ldbl-opt/w_exp10.c b/sysdeps/ieee754/ldbl-opt/w_exp10.c deleted file mode 100644 index 990c48e61a..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_exp10.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __exp10, exp10l, GLIBC_2_1); -compat_symbol (libm, __pow10, pow10l, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_exp10_compat.c b/sysdeps/ieee754/ldbl-opt/w_exp10_compat.c new file mode 100644 index 0000000000..142a70bcd6 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_exp10_compat.c @@ -0,0 +1,6 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) +compat_symbol (libm, __exp10, exp10l, GLIBC_2_1); +compat_symbol (libm, __pow10, pow10l, GLIBC_2_1); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_exp10l.c b/sysdeps/ieee754/ldbl-opt/w_exp10l.c deleted file mode 100644 index e06dfb5014..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_exp10l.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __exp10l, exp10l); -long_double_symbol (libm, __pow10l, pow10l); diff --git a/sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c b/sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c new file mode 100644 index 0000000000..8f2ccd3441 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_exp10l_compat.c @@ -0,0 +1,6 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __exp10l, exp10l); +long_double_symbol (libm, __pow10l, pow10l); diff --git a/sysdeps/ieee754/ldbl-opt/w_fmod.c b/sysdeps/ieee754/ldbl-opt/w_fmod.c deleted file mode 100644 index 81ad5057f7..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_fmod.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __fmod, fmodl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_fmod_compat.c b/sysdeps/ieee754/ldbl-opt/w_fmod_compat.c new file mode 100644 index 0000000000..9280d39d70 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_fmod_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __fmod, fmodl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_fmodl.c b/sysdeps/ieee754/ldbl-opt/w_fmodl.c deleted file mode 100644 index 2a534a304c..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_fmodl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __fmodl, fmodl); diff --git a/sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c b/sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c new file mode 100644 index 0000000000..88fe0ac4d2 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_fmodl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __fmodl, fmodl); diff --git a/sysdeps/ieee754/ldbl-opt/w_hypot.c b/sysdeps/ieee754/ldbl-opt/w_hypot.c deleted file mode 100644 index e1cf1ffcfe..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_hypot.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __hypot, hypotl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_hypot_compat.c b/sysdeps/ieee754/ldbl-opt/w_hypot_compat.c new file mode 100644 index 0000000000..b3979ff0f4 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_hypot_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __hypot, hypotl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_hypotl.c b/sysdeps/ieee754/ldbl-opt/w_hypotl.c deleted file mode 100644 index 6c46bd4bde..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_hypotl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __hypotl, hypotl); diff --git a/sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c b/sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c new file mode 100644 index 0000000000..68e3997489 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_hypotl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __hypotl, hypotl); diff --git a/sysdeps/ieee754/ldbl-opt/w_j0.c b/sysdeps/ieee754/ldbl-opt/w_j0.c deleted file mode 100644 index 5c78aff085..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_j0.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, j0, j0l, GLIBC_2_0); -compat_symbol (libm, y0, y0l, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_j0_compat.c b/sysdeps/ieee754/ldbl-opt/w_j0_compat.c new file mode 100644 index 0000000000..45b4d14764 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_j0_compat.c @@ -0,0 +1,6 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, j0, j0l, GLIBC_2_0); +compat_symbol (libm, y0, y0l, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_j0l.c b/sysdeps/ieee754/ldbl-opt/w_j0l.c deleted file mode 100644 index 767a1bcada..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_j0l.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __j0l, j0l); -long_double_symbol (libm, __y0l, y0l); diff --git a/sysdeps/ieee754/ldbl-opt/w_j0l_compat.c b/sysdeps/ieee754/ldbl-opt/w_j0l_compat.c new file mode 100644 index 0000000000..9050657e03 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_j0l_compat.c @@ -0,0 +1,6 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __j0l, j0l); +long_double_symbol (libm, __y0l, y0l); diff --git a/sysdeps/ieee754/ldbl-opt/w_j1.c b/sysdeps/ieee754/ldbl-opt/w_j1.c deleted file mode 100644 index ed3dbc0361..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_j1.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, j1, j1l, GLIBC_2_0); -compat_symbol (libm, y1, y1l, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_j1_compat.c b/sysdeps/ieee754/ldbl-opt/w_j1_compat.c new file mode 100644 index 0000000000..1071c8fd6a --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_j1_compat.c @@ -0,0 +1,6 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, j1, j1l, GLIBC_2_0); +compat_symbol (libm, y1, y1l, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_j1l.c b/sysdeps/ieee754/ldbl-opt/w_j1l.c deleted file mode 100644 index 946c36467c..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_j1l.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __j1l, j1l); -long_double_symbol (libm, __y1l, y1l); diff --git a/sysdeps/ieee754/ldbl-opt/w_j1l_compat.c b/sysdeps/ieee754/ldbl-opt/w_j1l_compat.c new file mode 100644 index 0000000000..4ed9e2dd12 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_j1l_compat.c @@ -0,0 +1,6 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __j1l, j1l); +long_double_symbol (libm, __y1l, y1l); diff --git a/sysdeps/ieee754/ldbl-opt/w_jn.c b/sysdeps/ieee754/ldbl-opt/w_jn.c deleted file mode 100644 index 7a7e0d434b..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_jn.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, jn, jnl, GLIBC_2_0); -compat_symbol (libm, yn, ynl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_jn_compat.c b/sysdeps/ieee754/ldbl-opt/w_jn_compat.c new file mode 100644 index 0000000000..be29a36041 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_jn_compat.c @@ -0,0 +1,6 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, jn, jnl, GLIBC_2_0); +compat_symbol (libm, yn, ynl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_jnl.c b/sysdeps/ieee754/ldbl-opt/w_jnl.c deleted file mode 100644 index 5219543a97..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_jnl.c +++ /dev/null @@ -1,6 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __jnl, jnl); -long_double_symbol (libm, __ynl, ynl); diff --git a/sysdeps/ieee754/ldbl-opt/w_jnl_compat.c b/sysdeps/ieee754/ldbl-opt/w_jnl_compat.c new file mode 100644 index 0000000000..d22ee54997 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_jnl_compat.c @@ -0,0 +1,6 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __jnl, jnl); +long_double_symbol (libm, __ynl, ynl); diff --git a/sysdeps/ieee754/ldbl-opt/w_log.c b/sysdeps/ieee754/ldbl-opt/w_log.c deleted file mode 100644 index bde1e31db4..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_log.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __log, logl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_log10.c b/sysdeps/ieee754/ldbl-opt/w_log10.c deleted file mode 100644 index 74e716821e..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_log10.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __log10, log10l, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_log10_compat.c b/sysdeps/ieee754/ldbl-opt/w_log10_compat.c new file mode 100644 index 0000000000..5ec6a2b2b6 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_log10_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __log10, log10l, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_log10l.c b/sysdeps/ieee754/ldbl-opt/w_log10l.c deleted file mode 100644 index 9c936e376a..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_log10l.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __log10l, log10l); diff --git a/sysdeps/ieee754/ldbl-opt/w_log10l_compat.c b/sysdeps/ieee754/ldbl-opt/w_log10l_compat.c new file mode 100644 index 0000000000..17de3e7856 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_log10l_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __log10l, log10l); diff --git a/sysdeps/ieee754/ldbl-opt/w_log2.c b/sysdeps/ieee754/ldbl-opt/w_log2.c deleted file mode 100644 index 9b9b45b21b..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_log2.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __log2, log2l, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_log2_compat.c b/sysdeps/ieee754/ldbl-opt/w_log2_compat.c new file mode 100644 index 0000000000..dffd2c183e --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_log2_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) +compat_symbol (libm, __log2, log2l, GLIBC_2_1); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_log2l.c b/sysdeps/ieee754/ldbl-opt/w_log2l.c deleted file mode 100644 index c859682133..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_log2l.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __log2l, log2l); diff --git a/sysdeps/ieee754/ldbl-opt/w_log2l_compat.c b/sysdeps/ieee754/ldbl-opt/w_log2l_compat.c new file mode 100644 index 0000000000..3c5e734573 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_log2l_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __log2l, log2l); diff --git a/sysdeps/ieee754/ldbl-opt/w_log_compat.c b/sysdeps/ieee754/ldbl-opt/w_log_compat.c new file mode 100644 index 0000000000..d2a2bcadde --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_log_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __log, logl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_logl.c b/sysdeps/ieee754/ldbl-opt/w_logl.c deleted file mode 100644 index c2354a02b9..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_logl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __logl, logl); diff --git a/sysdeps/ieee754/ldbl-opt/w_logl_compat.c b/sysdeps/ieee754/ldbl-opt/w_logl_compat.c new file mode 100644 index 0000000000..2b55842139 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_logl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __logl, logl); diff --git a/sysdeps/ieee754/ldbl-opt/w_pow.c b/sysdeps/ieee754/ldbl-opt/w_pow.c deleted file mode 100644 index 2d98fb9be4..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_pow.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __pow, powl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_pow_compat.c b/sysdeps/ieee754/ldbl-opt/w_pow_compat.c new file mode 100644 index 0000000000..c2a7942019 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_pow_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __pow, powl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_powl.c b/sysdeps/ieee754/ldbl-opt/w_powl.c deleted file mode 100644 index 85b8927648..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_powl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __powl, powl); diff --git a/sysdeps/ieee754/ldbl-opt/w_powl_compat.c b/sysdeps/ieee754/ldbl-opt/w_powl_compat.c new file mode 100644 index 0000000000..1897cf1c63 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_powl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __powl, powl); diff --git a/sysdeps/ieee754/ldbl-opt/w_remainder.c b/sysdeps/ieee754/ldbl-opt/w_remainder.c deleted file mode 100644 index dfa7b7f569..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_remainder.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __remainder, remainderl, GLIBC_2_0); -strong_alias (__remainder, __drem) -compat_symbol (libm, __drem, dreml, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_remainder_compat.c b/sysdeps/ieee754/ldbl-opt/w_remainder_compat.c new file mode 100644 index 0000000000..c823dcb8e7 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_remainder_compat.c @@ -0,0 +1,7 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __remainder, remainderl, GLIBC_2_0); +strong_alias (__remainder, __drem) +compat_symbol (libm, __drem, dreml, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_remainderl.c b/sysdeps/ieee754/ldbl-opt/w_remainderl.c deleted file mode 100644 index 7a344b7709..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_remainderl.c +++ /dev/null @@ -1,7 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __remainderl, remainderl); -strong_alias (__remainderl, __dreml) -long_double_symbol (libm, __dreml, dreml); diff --git a/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c b/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c new file mode 100644 index 0000000000..b2ce5c9563 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_remainderl_compat.c @@ -0,0 +1,7 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __remainderl, remainderl); +strong_alias (__remainderl, __dreml) +long_double_symbol (libm, __dreml, dreml); diff --git a/sysdeps/ieee754/ldbl-opt/w_scalb.c b/sysdeps/ieee754/ldbl-opt/w_scalb.c deleted file mode 100644 index e2ac601596..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_scalb.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __scalb, scalbl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_scalb_compat.c b/sysdeps/ieee754/ldbl-opt/w_scalb_compat.c new file mode 100644 index 0000000000..f6d53a5ba5 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_scalb_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __scalb, scalbl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_scalbl.c b/sysdeps/ieee754/ldbl-opt/w_scalbl.c deleted file mode 100644 index f3d3901f86..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_scalbl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __scalbl, scalbl); diff --git a/sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c b/sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c new file mode 100644 index 0000000000..c8feb654a2 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_scalbl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __scalbl, scalbl); diff --git a/sysdeps/ieee754/ldbl-opt/w_sinh.c b/sysdeps/ieee754/ldbl-opt/w_sinh.c deleted file mode 100644 index a5400b5eb1..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_sinh.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __sinh, sinhl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_sinh_compat.c b/sysdeps/ieee754/ldbl-opt/w_sinh_compat.c new file mode 100644 index 0000000000..b47182c017 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_sinh_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __sinh, sinhl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_sinhl.c b/sysdeps/ieee754/ldbl-opt/w_sinhl.c deleted file mode 100644 index b94f4ec845..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_sinhl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __sinhl, sinhl); diff --git a/sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c b/sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c new file mode 100644 index 0000000000..305ed82357 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_sinhl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __sinhl, sinhl); diff --git a/sysdeps/ieee754/ldbl-opt/w_sqrt.c b/sysdeps/ieee754/ldbl-opt/w_sqrt.c deleted file mode 100644 index ca2ba061e8..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_sqrt.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __sqrt, sqrtl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c b/sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c new file mode 100644 index 0000000000..355d1c20db --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_sqrt_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) +compat_symbol (libm, __sqrt, sqrtl, GLIBC_2_0); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_sqrtl.c b/sysdeps/ieee754/ldbl-opt/w_sqrtl.c deleted file mode 100644 index 609f5bf3d6..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_sqrtl.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __sqrtl, sqrtl); diff --git a/sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c b/sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c new file mode 100644 index 0000000000..1e4526f2c6 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_sqrtl_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __sqrtl, sqrtl); diff --git a/sysdeps/ieee754/ldbl-opt/w_tgamma.c b/sysdeps/ieee754/ldbl-opt/w_tgamma.c deleted file mode 100644 index cce9f348ed..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_tgamma.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#include -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __tgamma, tgammal, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c b/sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c new file mode 100644 index 0000000000..082ce8aaff --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_tgamma_compat.c @@ -0,0 +1,5 @@ +#include +#include +#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) +compat_symbol (libm, __tgamma, tgammal, GLIBC_2_1); +#endif diff --git a/sysdeps/ieee754/ldbl-opt/w_tgammal.c b/sysdeps/ieee754/ldbl-opt/w_tgammal.c deleted file mode 100644 index c3c511db8c..0000000000 --- a/sysdeps/ieee754/ldbl-opt/w_tgammal.c +++ /dev/null @@ -1,5 +0,0 @@ -#include -#undef weak_alias -#define weak_alias(n,a) -#include -long_double_symbol (libm, __tgammal, tgammal); diff --git a/sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c b/sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c new file mode 100644 index 0000000000..aaf5403522 --- /dev/null +++ b/sysdeps/ieee754/ldbl-opt/w_tgammal_compat.c @@ -0,0 +1,5 @@ +#include +#undef weak_alias +#define weak_alias(n,a) +#include +long_double_symbol (libm, __tgammal, tgammal); -- cgit v1.2.3