diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/ieee754/ldbl-opt/w_scalbln.c | 5 |
2 files changed, 4 insertions, 5 deletions
@@ -1,3 +1,7 @@ +2017-10-09 Joseph Myers <joseph@codesourcery.com> + + * sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file. + 2017-10-09 Jonathan Wakely <jwakely@redhat.com> [BZ #21326] diff --git a/sysdeps/ieee754/ldbl-opt/w_scalbln.c b/sysdeps/ieee754/ldbl-opt/w_scalbln.c deleted file mode 100644 index 17a8a96..0000000 --- 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 |