diff options
author | Andreas Schwab <schwab@suse.de> | 2013-01-10 10:42:59 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-01-10 10:44:05 +0100 |
commit | 557eead076bdf13f761fec82545387a284ae2f4d (patch) | |
tree | 04911692c32d00b14f22be52d3951e62dd4077a5 /sysdeps/ieee754 | |
parent | d1cdd051387a98c79ef8fca4847b8701cfdcd79b (diff) | |
download | glibc-557eead076bdf13f761fec82545387a284ae2f4d.tar.gz glibc-557eead076bdf13f761fec82545387a284ae2f4d.tar.xz glibc-557eead076bdf13f761fec82545387a284ae2f4d.zip |
Revert "Use ieee754/dbl-64/wordsize-64 on powerpc64"
This reverts commit 7a9d2c397195d9a19a95dbcdb59fb5df03f2d940.
Diffstat (limited to 'sysdeps/ieee754')
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_ceil.c | 5 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_finite.c | 18 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_floor.c | 5 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_frexp.c | 9 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_isinf.c | 8 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_isnan.c | 8 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_llround.c | 6 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_logb.c | 5 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_lround.c | 1 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_modf.c | 9 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_nearbyint.c | 5 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_remquo.c | 5 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_rint.c | 5 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_round.c | 5 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c | 9 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbn.c | 9 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/wordsize-64/s_trunc.c | 5 |
17 files changed, 0 insertions, 117 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_ceil.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_ceil.c deleted file mode 100644 index c1703928a5..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_ceil.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __ceil, ceill, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_finite.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_finite.c deleted file mode 100644 index dec9862875..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_finite.c +++ /dev/null @@ -1,18 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c> -weak_alias (__finite, ___finite) -#ifdef IS_IN_libm -# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __finite, __finitel, GLIBC_2_1); -# endif -# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, ___finite, finitel, GLIBC_2_0); -# endif -#else -# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0) -compat_symbol (libm, __finite, __finitel, GLIBC_2_0); -# endif -# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0) -compat_symbol (libc, ___finite, finitel, GLIBC_2_0); -# endif -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_floor.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_floor.c deleted file mode 100644 index f29c946c97..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_floor.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __floor, floorl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_frexp.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_frexp.c deleted file mode 100644 index 3372c47f05..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_frexp.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c> -#ifdef IS_IN_libm -# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __frexp, frexpl, GLIBC_2_0); -# endif -#elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_0) -compat_symbol (libc, __frexp, frexpl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_isinf.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_isinf.c deleted file mode 100644 index 085113669a..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_isinf.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c> -#ifndef IS_IN_libm -# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0) -compat_symbol (libc, __isinf, __isinfl, GLIBC_2_0); -compat_symbol (libc, isinf, isinfl, GLIBC_2_0); -# endif -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_isnan.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_isnan.c deleted file mode 100644 index d4a60505e8..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_isnan.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c> -#ifndef IS_IN_libm -# if LONG_DOUBLE_COMPAT(libc, GLIBC_2_0) -compat_symbol (libc, __isnan, __isnanl, GLIBC_2_0); -compat_symbol (libc, isnan, isnanl, GLIBC_2_0); -# endif -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_llround.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_llround.c deleted file mode 100644 index 438cd0fabf..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_llround.c +++ /dev/null @@ -1,6 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __llround, llroundl, GLIBC_2_1); -compat_symbol (libm, __lround, lroundl, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_logb.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_logb.c deleted file mode 100644 index 6fa7834f04..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_logb.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __logb, logbl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_lround.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_lround.c deleted file mode 100644 index 1e06fcb16e..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_lround.c +++ /dev/null @@ -1 +0,0 @@ -/* The code is the same as llround. Use an alias, see s_llround.c. */ diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_modf.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_modf.c deleted file mode 100644 index 50e793d302..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_modf.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c> -#ifdef IS_IN_libm -# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __modf, modfl, GLIBC_2_0); -# endif -#elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_0) -compat_symbol (libc, __modf, modfl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_nearbyint.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_nearbyint.c deleted file mode 100644 index abbce7ce63..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_nearbyint.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __nearbyint, nearbyintl, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_remquo.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_remquo.c deleted file mode 100644 index c627d0b09e..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_remquo.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __remquo, remquol, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_rint.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_rint.c deleted file mode 100644 index 9099a73d1d..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_rint.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __rint, rintl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_round.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_round.c deleted file mode 100644 index 37f1620241..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_round.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_round.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __round, roundl, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c deleted file mode 100644 index dc70658e66..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c> -#ifdef IS_IN_libm -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __scalbln, scalblnl, GLIBC_2_1); -#endif -#elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_1) -compat_symbol (libc, __scalbln, scalblnl, GLIBC_2_1); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbn.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbn.c deleted file mode 100644 index e74170a1c3..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbn.c +++ /dev/null @@ -1,9 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c> -#ifdef IS_IN_libm -# if LONG_DOUBLE_COMPAT(libm, GLIBC_2_0) -compat_symbol (libm, __scalbn, scalbnl, GLIBC_2_0); -# endif -#elif LONG_DOUBLE_COMPAT(libc, GLIBC_2_0) -compat_symbol (libc, __scalbn, scalbnl, GLIBC_2_0); -#endif diff --git a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_trunc.c b/sysdeps/ieee754/ldbl-opt/wordsize-64/s_trunc.c deleted file mode 100644 index b37b52b47f..0000000000 --- a/sysdeps/ieee754/ldbl-opt/wordsize-64/s_trunc.c +++ /dev/null @@ -1,5 +0,0 @@ -#include <math_ldbl_opt.h> -#include <sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c> -#if LONG_DOUBLE_COMPAT(libm, GLIBC_2_1) -compat_symbol (libm, __trunc, truncl, GLIBC_2_1); -#endif |