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.9000-1084-g107a35a


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  107a35a5751586926dbc0fed4d044a34f79c084e (commit)
      from  4a5ce6e908c6b45d976fb78b65434b489dc570b6 (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=107a35a5751586926dbc0fed4d044a34f79c084e

commit 107a35a5751586926dbc0fed4d044a34f79c084e
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sat Jan 6 22:09:42 2018 +0100

    i386: Regenerate libm-test-ulps for for gcc 7 on i686
    
    	* sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
    	"-O2 -march=i686".

diff --git a/ChangeLog b/ChangeLog
index ed87621..7e02fee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
 	JUMPTARGET (___tls_get_addr) instead of HIDDEN_JUMPTARGET
 	(___tls_get_addr).
 	* sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Likewise.
+	* sysdeps/i386/fpu/libm-test-ulps: Regenerated for GCC 7 with
+	"-O2 -march=i686".
 
 2018-01-05  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
 
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps
index 93e12af..862a74e 100644
--- a/sysdeps/i386/fpu/libm-test-ulps
+++ b/sysdeps/i386/fpu/libm-test-ulps
@@ -935,10 +935,10 @@ ldouble: 1
 
 Function: Real part of "ccosh_downward":
 double: 1
-float: 1
+float: 2
 float128: 2
 idouble: 1
-ifloat: 1
+ifloat: 2
 ifloat128: 2
 ildouble: 3
 ldouble: 3
@@ -1637,20 +1637,20 @@ ldouble: 1
 
 Function: Real part of "ctan_downward":
 double: 1
-float: 1
+float: 2
 float128: 4
 idouble: 1
-ifloat: 1
+ifloat: 2
 ifloat128: 4
 ildouble: 5
 ldouble: 5
 
 Function: Imaginary part of "ctan_downward":
 double: 2
-float: 1
+float: 2
 float128: 5
 idouble: 2
-ifloat: 1
+ifloat: 2
 ifloat128: 5
 ildouble: 4
 ldouble: 4
@@ -2099,10 +2099,10 @@ ldouble: 4
 
 Function: "j1":
 double: 2
-float: 1
+float: 2
 float128: 4
 idouble: 2
-ifloat: 1
+ifloat: 2
 ifloat128: 4
 ildouble: 1
 ldouble: 1
@@ -2643,10 +2643,10 @@ ldouble: 1
 
 Function: "y0_downward":
 double: 2
-float: 2
+float: 3
 float128: 4
 idouble: 2
-ifloat: 2
+ifloat: 3
 ifloat128: 4
 ildouble: 5
 ldouble: 5
@@ -2723,10 +2723,10 @@ ldouble: 4
 
 Function: "yn_downward":
 double: 2
-float: 2
+float: 3
 float128: 5
 idouble: 2
-ifloat: 2
+ifloat: 3
 ifloat128: 5
 ildouble: 5
 ldouble: 5

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

Summary of changes:
 ChangeLog                       |    2 ++
 sysdeps/i386/fpu/libm-test-ulps |   24 ++++++++++++------------
 2 files changed, 14 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]