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.28.9000-325-g9a0b697


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  9a0b69703342090b1e3afdc731808e26d95d0c40 (commit)
      from  47d8d9a2172f827a8dde7695f415aa6f78a82d0e (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=9a0b69703342090b1e3afdc731808e26d95d0c40

commit 9a0b69703342090b1e3afdc731808e26d95d0c40
Author: Stefan Liebler <stli@linux.ibm.com>
Date:   Wed Nov 28 15:20:18 2018 +0100

    S390: Regenerate ULPs.
    
    Regenerated ulps from scratch as builds with gcc 5.5 / 6.4
    resulted in +1 ulps.
    
    ChangeLog:
    
    	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.

diff --git a/ChangeLog b/ChangeLog
index b5fbff7..485555f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-11-28  Stefan Liebler  <stli@linux.ibm.com>
+
+	* sysdeps/s390/fpu/libm-test-ulps: Regenerated.
+
 2018-11-28  Florian Weimer  <fweimer@redhat.com>
 
 	* support/support.h (support_quote_string): Do not use str
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps
index 530a6b4..4a5f8f6 100644
--- a/sysdeps/s390/fpu/libm-test-ulps
+++ b/sysdeps/s390/fpu/libm-test-ulps
@@ -1349,9 +1349,9 @@ ldouble: 5
 
 Function: Real part of "ctan_towardzero":
 double: 5
-float: 2
+float: 3
 idouble: 5
-ifloat: 2
+ifloat: 3
 ildouble: 4
 ldouble: 4
 
@@ -1372,9 +1372,9 @@ ildouble: 5
 ldouble: 5
 
 Function: Imaginary part of "ctan_upward":
-double: 1
+double: 2
 float: 2
-idouble: 1
+idouble: 2
 ifloat: 2
 ildouble: 5
 ldouble: 5
@@ -1866,28 +1866,24 @@ ildouble: 2
 ldouble: 2
 
 Function: "log2":
-double: 1
 float: 1
-idouble: 1
 ifloat: 1
 ildouble: 2
 ldouble: 2
 
 Function: "log2_downward":
-double: 3
-idouble: 3
 ildouble: 3
 ldouble: 3
 
 Function: "log2_towardzero":
-double: 2
-idouble: 2
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1
 
 Function: "log2_upward":
-double: 3
-idouble: 3
+double: 1
+idouble: 1
 ildouble: 1
 ldouble: 1
 

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

Summary of changes:
 ChangeLog                       |    4 ++++
 sysdeps/s390/fpu/libm-test-ulps |   20 ++++++++------------
 2 files changed, 12 insertions(+), 12 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]