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-921-gcb821cb


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  cb821cb1756f9948d6232f49edfaa7ee01225d00 (commit)
      from  135529b443631f840cc66d0cc395f79c416434d9 (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=cb821cb1756f9948d6232f49edfaa7ee01225d00

commit cb821cb1756f9948d6232f49edfaa7ee01225d00
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Tue Jul 23 23:49:00 2013 -0400

    hppa: Regenerate libm-test-ulps.

diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
index 9b94990..d40fb99 100644
--- a/ports/ChangeLog.hppa
+++ b/ports/ChangeLog.hppa
@@ -1,3 +1,7 @@
+2013-07-23  Carlos O'Donell  <carlos@redhat.com>
+
+	* sysdeps/hppa/fpu/libm-test-ulps: Regenerate.
+
 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/hppa/configure.in: Remove trailing whitespace.
diff --git a/ports/sysdeps/hppa/fpu/libm-test-ulps b/ports/sysdeps/hppa/fpu/libm-test-ulps
index 0b64644..68d7535 100644
--- a/ports/sysdeps/hppa/fpu/libm-test-ulps
+++ b/ports/sysdeps/hppa/fpu/libm-test-ulps
@@ -3641,6 +3641,18 @@ Test "expm1 (500.0)":
 double: 1
 idouble: 1
 
+# gamma
+Test "gamma (0.7)":
+double: 1
+float: 1
+idouble: 1
+ifloat: 1
+Test "gamma (1.2)":
+double: 1
+float: 2
+idouble: 1
+ifloat: 2
+
 # hypot
 Test "hypot (-0.7, -12.4)":
 float: 1
@@ -3907,6 +3919,23 @@ Test "pow (0x1.000002p0, 0x1p24)":
 float: 1
 ifloat: 1
 
+# pow10
+Test "pow10 (-1)":
+double: 1
+idouble: 1
+Test "pow10 (-305)":
+double: 1
+idouble: 1
+Test "pow10 (-36)":
+double: 1
+idouble: 1
+Test "pow10 (3)":
+double: 1
+idouble: 1
+Test "pow10 (36)":
+double: 1
+idouble: 1
+
 # pow_downward
 Test "pow_downward (1.5, 1.03125)":
 float: 1
@@ -5034,6 +5063,12 @@ ifloat: 1
 ildouble: 1
 ldouble: 1
 
+Function: "gamma":
+double: 1
+float: 2
+idouble: 1
+ifloat: 2
+
 Function: "hypot":
 float: 1
 ifloat: 1
@@ -5086,6 +5121,10 @@ Function: "pow":
 float: 1
 ifloat: 1
 
+Function: "pow10":
+double: 1
+idouble: 1
+
 Function: "pow_downward":
 float: 1
 ifloat: 1

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

Summary of changes:
 ports/ChangeLog.hppa                  |    4 +++
 ports/sysdeps/hppa/fpu/libm-test-ulps |   39 +++++++++++++++++++++++++++++++++
 2 files changed, 43 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]