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.22-454-g45ccb83


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  45ccb8346bba9b0f7a72a92d7f8b1c796dd496ba (commit)
      from  822095e8a4f757f02b25ac4b8bcfd8c4c8109eb7 (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=45ccb8346bba9b0f7a72a92d7f8b1c796dd496ba

commit 45ccb8346bba9b0f7a72a92d7f8b1c796dd496ba
Author: Chris Metcalf <cmetcalf@ezchip.com>
Date:   Thu Oct 22 13:36:53 2015 -0400

    Update NEWS to mention drive-by fix for bug 18699.
    
    Wilco fixed this tilegx bug in commit fe8c2b33aed0 ("Since we
    now inline isinf, isnan and isfinite in math.h, replace uses
    of __isinf_ns(l/f) with isinf, and remove the unused inlines
    __isinf_ns(l/f), __isnan(f) and __finite(f).")
    
    I verified that reverting math/s_cprojf.c back to using the
    sysdeps/ieee754/flt-32/math_private.h version of __isinf_nsf()
    instead of isinf() brings back the bug on tilegx.

diff --git a/ChangeLog b/ChangeLog
index a200781..b6fea8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-10-22  Chris Metcalf  <cmetcalf@ezchip.com>
 
+	* NEWS: Mention bug 18699 fixed by commit fe8c2b33aed0.
+
 	* sysdeps/tile/libm-test-ulps: Regenerated.
 
 2015-10-22  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
diff --git a/NEWS b/NEWS
index de3a233..00e3b03 100644
--- a/NEWS
+++ b/NEWS
@@ -14,13 +14,14 @@ Version 2.23
   16517, 16519, 16520, 16521, 16620, 16734, 16973, 16985, 17118, 17243,
   17244, 17250, 17441, 17787, 17886, 17887, 17905, 18084, 18086, 18240,
   18265, 18370, 18421, 18480, 18525, 18595, 18589, 18610, 18618, 18647,
-  18661, 18674, 18675, 18681, 18724, 18743, 18757, 18778, 18781, 18787,
-  18789, 18790, 18795, 18796, 18803, 18820, 18823, 18824, 18825, 18857,
-  18863, 18870, 18872, 18873, 18875, 18887, 18918, 18921, 18928, 18951,
-  18952, 18953, 18956, 18961, 18966, 18967, 18969, 18970, 18977, 18980,
-  18981, 18982, 18985, 19003, 19007, 19012, 19016, 19018, 19032, 19046,
-  19049, 19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079, 19085,
-  19086, 19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137, 19156.
+  18661, 18674, 18675, 18681, 18699, 18724, 18743, 18757, 18778, 18781,
+  18787, 18789, 18790, 18795, 18796, 18803, 18820, 18823, 18824, 18825,
+  18857, 18863, 18870, 18872, 18873, 18875, 18887, 18918, 18921, 18928,
+  18951, 18952, 18953, 18956, 18961, 18966, 18967, 18969, 18970, 18977,
+  18980, 18981, 18982, 18985, 19003, 19007, 19012, 19016, 19018, 19032,
+  19046, 19049, 19050, 19059, 19071, 19074, 19076, 19077, 19078, 19079,
+  19085, 19086, 19088, 19094, 19095, 19124, 19125, 19129, 19134, 19137,
+  19156.
 
 * There is now a --disable-timezone-tools configure option for disabling the
   building and installing of the timezone related utilities (zic, zdump, and

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

Summary of changes:
 ChangeLog |    2 ++
 NEWS      |   15 ++++++++-------
 2 files changed, 10 insertions(+), 7 deletions(-)


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]