This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove ldbl-opt w_scalbln.c [committed]


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.  Committed.

2017-10-09  Joseph Myers  <joseph@codesourcery.com>

	* sysdeps/ieee754/ldbl-opt/w_scalbln.c: Remove file.

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

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]