about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-01-10 10:42:59 +0100
committerAndreas Schwab <schwab@suse.de>2013-01-10 10:44:05 +0100
commit557eead076bdf13f761fec82545387a284ae2f4d (patch)
tree04911692c32d00b14f22be52d3951e62dd4077a5 /sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c
parentd1cdd051387a98c79ef8fca4847b8701cfdcd79b (diff)
downloadglibc-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/ldbl-opt/wordsize-64/s_scalbln.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/wordsize-64/s_scalbln.c9
1 files changed, 0 insertions, 9 deletions
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