This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.26-545-gc7509db


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c7509db215198d3cc460f9291d976d9d9b3102cb (commit)
      from  d6c064e914cba3277d852c9fa27db53f0059ff8c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c7509db215198d3cc460f9291d976d9d9b3102cb

commit c7509db215198d3cc460f9291d976d9d9b3102cb
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Mon Oct 9 16:52:56 2017 +0000

    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.

diff --git a/ChangeLog b/ChangeLog
index 876f5e6..3d3bb80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                            |    4 ++++
 sysdeps/ieee754/ldbl-opt/w_scalbln.c |    5 -----
 2 files changed, 4 insertions(+), 5 deletions(-)
 delete mode 100644 sysdeps/ieee754/ldbl-opt/w_scalbln.c


hooks/post-receive
-- 
GNU C Library master sources


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