about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-opt
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-10-09 16:52:56 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-10-09 16:52:56 +0000
commitc7509db215198d3cc460f9291d976d9d9b3102cb (patch)
tree80478c03ba864f78477db20a86c35c481e3e8c71 /sysdeps/ieee754/ldbl-opt
parentd6c064e914cba3277d852c9fa27db53f0059ff8c (diff)
downloadglibc-c7509db215198d3cc460f9291d976d9d9b3102cb.tar.gz
glibc-c7509db215198d3cc460f9291d976d9d9b3102cb.tar.xz
glibc-c7509db215198d3cc460f9291d976d9d9b3102cb.zip
Remove ldbl-opt w_scalbln.c.
The ldbl-opt version of w_scalbln.c is not in fact needed; it handles
compat symbol versions for libc, but this file isn't built for libc,
only for libm.  This patch removes this file.

Tested with build-many-glibcs.py that installed stripped shared
libraries are unchanged by this patch.

	* sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt')
-rw-r--r--sysdeps/ieee754/ldbl-opt/w_scalbln.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/w_scalbln.c b/sysdeps/ieee754/ldbl-opt/w_scalbln.c
deleted file mode 100644
index 17a8a96d33..0000000000
--- a/sysdeps/ieee754/ldbl-opt/w_scalbln.c
+++ /dev/null
@@ -1,5 +0,0 @@
-#include <math-type-macros-double.h>
-#include <w_scalbln_template.c>
-#if IS_IN (libc) && LONG_DOUBLE_COMPAT (libc, GLIBC_2_1)
-compat_symbol (libc, __w_scalbln, scalblnl, GLIBC_2_1);
-#endif