mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
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.
This commit is contained in:
parent
d6c064e914
commit
c7509db215
@ -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]
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user