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.17-914-gda2d62d


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  da2d62df77de66e5de5755228759f8bc18481871 (commit)
      from  106bd84baa4b0b610926b0979970365e26bc0f1f (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=da2d62df77de66e5de5755228759f8bc18481871

commit da2d62df77de66e5de5755228759f8bc18481871
Author: David S. Miller <davem@davemloft.net>
Date:   Sat Jul 20 16:46:24 2013 -0700

    Update Sparc ULPs.
    
    	* sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
    	difference between 32-bit and 64-bit.

diff --git a/ChangeLog b/ChangeLog
index d3e6693..e709aca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-07-20  David S. Miller  <davem@davemloft.net>
+
+	* sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
+	difference between 32-bit and 64-bit.
+
 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #15711]
diff --git a/sysdeps/sparc/fpu/libm-test-ulps b/sysdeps/sparc/fpu/libm-test-ulps
index 991de8c..cfc72a6 100644
--- a/sysdeps/sparc/fpu/libm-test-ulps
+++ b/sysdeps/sparc/fpu/libm-test-ulps
@@ -8327,6 +8327,9 @@ double: 2
 idouble: 2
 ildouble: 2
 ldouble: 2
+Test "tgamma (-0x28.ffffcp0)":
+ildouble: 2
+ldouble: 2
 Test "tgamma (-0x28.ffffffffffffffcp0)":
 ildouble: 1
 ldouble: 1
@@ -8773,6 +8776,8 @@ double: 1
 float: 1
 idouble: 1
 ifloat: 1
+ildouble: 1
+ldouble: 1
 Test "tgamma (0.5)":
 float: 1
 ifloat: 1

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

Summary of changes:
 ChangeLog                        |    5 +++++
 sysdeps/sparc/fpu/libm-test-ulps |    5 +++++
 2 files changed, 10 insertions(+), 0 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]