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-170-g453a493


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  453a493d2b61b1eb3cadee544e6791dab45c167a (commit)
       via  f2f048a533bd490013820a8037a3043c0737e216 (commit)
      from  d9bef9c0a41bc3ca4036542cbf2a7d2d0cf60237 (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=453a493d2b61b1eb3cadee544e6791dab45c167a

commit 453a493d2b61b1eb3cadee544e6791dab45c167a
Author: Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Date:   Tue Aug 22 11:14:15 2017 -0300

    Remove duplicate inclusion of header math-svid-compat.h
    
    The header math-svid-compat.h has been unintentionally included twice in
    the wrappers for the remainder functions.  This patch removes the
    duplicate inclusions.
    
    	* math/w_remainder_compat.c: Remove duplicate inclusion of
    	math-svid-compat.h.
    	* math/w_remainderf_compat.c: Likewise.
    	* math/w_remainderl_compat.c: Likewise.

diff --git a/ChangeLog b/ChangeLog
index d9cde52..64a0df8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2017-08-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
 
+	* math/w_remainder_compat.c: Remove duplicate inclusion of
+	math-svid-compat.h.
+	* math/w_remainderf_compat.c: Likewise.
+	* math/w_remainderl_compat.c: Likewise.
+
+2017-08-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
 	* sysdeps/powerpc/fpu/libm-test-ulps: Update.
 
 2017-08-22  Joseph Myers  <joseph@codesourcery.com>
diff --git a/math/w_remainder_compat.c b/math/w_remainder_compat.c
index 27fa14f..6bf5d1f 100644
--- a/math/w_remainder_compat.c
+++ b/math/w_remainder_compat.c
@@ -19,7 +19,6 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
-#include <math-svid-compat.h>
 
 
 /* wrapper remainder */
diff --git a/math/w_remainderf_compat.c b/math/w_remainderf_compat.c
index 627b4f1..3ffefde 100644
--- a/math/w_remainderf_compat.c
+++ b/math/w_remainderf_compat.c
@@ -19,7 +19,6 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
-#include <math-svid-compat.h>
 
 
 /* wrapper remainderf */
diff --git a/math/w_remainderl_compat.c b/math/w_remainderl_compat.c
index 9858475..b01b0b1 100644
--- a/math/w_remainderl_compat.c
+++ b/math/w_remainderl_compat.c
@@ -19,7 +19,6 @@
 #include <math.h>
 #include <math_private.h>
 #include <math-svid-compat.h>
-#include <math-svid-compat.h>
 
 
 /* wrapper remainderl */

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

commit f2f048a533bd490013820a8037a3043c0737e216
Author: Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com>
Date:   Tue Aug 8 18:52:03 2017 -0300

    powerpc: Shrink ULPs for float128
    
    During the development of float128 on powerpc64le, the ulps have been
    generated since early versions of the patches.  On those versions, the
    functions gamma and pow10 were mistakenly thought to be part of the API.
    After review, the functions were removed, however the ulps for them were
    carried in the ulps file.
    
    This patch removes such entries from the ulps file, as well as it
    shrinks the ulps for the cpow and lgamma functions.
    
    Tested for powerpc64le.
    
    	* sysdeps/powerpc/fpu/libm-test-ulps: Update.

diff --git a/ChangeLog b/ChangeLog
index 8db2946..d9cde52 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-08-22  Gabriel F. T. Gomes  <gftg@linux.vnet.ibm.com>
+
+	* sysdeps/powerpc/fpu/libm-test-ulps: Update.
+
 2017-08-22  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #21684]
diff --git a/sysdeps/powerpc/fpu/libm-test-ulps b/sysdeps/powerpc/fpu/libm-test-ulps
index 7fb6744..d4d0331 100644
--- a/sysdeps/powerpc/fpu/libm-test-ulps
+++ b/sysdeps/powerpc/fpu/libm-test-ulps
@@ -1357,9 +1357,9 @@ ldouble: 4
 
 Function: Imaginary part of "cpow":
 float: 2
-float128: 9
+float128: 1
 ifloat: 2
-ifloat128: 9
+ifloat128: 1
 ildouble: 2
 ldouble: 2
 
@@ -2080,40 +2080,32 @@ ldouble: 1
 Function: "gamma":
 double: 3
 float: 4
-float128: 9
 idouble: 3
 ifloat: 4
-ifloat128: 9
 ildouble: 3
 ldouble: 3
 
 Function: "gamma_downward":
 double: 4
 float: 4
-float128: 9
 idouble: 4
 ifloat: 4
-ifloat128: 9
 ildouble: 15
 ldouble: 15
 
 Function: "gamma_towardzero":
 double: 4
 float: 3
-float128: 9
 idouble: 4
 ifloat: 3
-ifloat128: 9
 ildouble: 16
 ldouble: 16
 
 Function: "gamma_upward":
 double: 4
 float: 5
-float128: 9
 idouble: 4
 ifloat: 5
-ifloat128: 9
 ildouble: 11
 ldouble: 11
 
@@ -2272,40 +2264,40 @@ ldouble: 5
 Function: "lgamma":
 double: 3
 float: 4
-float128: 9
+float128: 5
 idouble: 3
 ifloat: 4
-ifloat128: 9
+ifloat128: 5
 ildouble: 3
 ldouble: 3
 
 Function: "lgamma_downward":
 double: 4
 float: 4
-float128: 9
+float128: 8
 idouble: 4
 ifloat: 4
-ifloat128: 9
+ifloat128: 8
 ildouble: 15
 ldouble: 15
 
 Function: "lgamma_towardzero":
 double: 4
 float: 3
-float128: 9
+float128: 5
 idouble: 4
 ifloat: 3
-ifloat128: 9
+ifloat128: 5
 ildouble: 16
 ldouble: 16
 
 Function: "lgamma_upward":
 double: 4
 float: 5
-float128: 9
+float128: 8
 idouble: 4
 ifloat: 5
-ifloat128: 9
+ifloat128: 8
 ildouble: 11
 ldouble: 11
 
@@ -2481,39 +2473,31 @@ ldouble: 1
 
 Function: "pow10":
 double: 2
-float128: 2
 idouble: 2
-ifloat128: 2
 ildouble: 1
 ldouble: 1
 
 Function: "pow10_downward":
 double: 2
 float: 1
-float128: 3
 idouble: 2
 ifloat: 1
-ifloat128: 3
 ildouble: 9
 ldouble: 9
 
 Function: "pow10_towardzero":
 double: 2
 float: 1
-float128: 3
 idouble: 2
 ifloat: 1
-ifloat128: 3
 ildouble: 9
 ldouble: 9
 
 Function: "pow10_upward":
 double: 2
 float: 1
-float128: 3
 idouble: 2
 ifloat: 1
-ifloat128: 3
 ildouble: 4
 ldouble: 4
 

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

Summary of changes:
 ChangeLog                          |   11 +++++++++++
 math/w_remainder_compat.c          |    1 -
 math/w_remainderf_compat.c         |    1 -
 math/w_remainderl_compat.c         |    1 -
 sysdeps/powerpc/fpu/libm-test-ulps |   36 ++++++++++--------------------------
 5 files changed, 21 insertions(+), 29 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]