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 release/2.25/master updated. glibc-2.25-34-gf40b4e8


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, release/2.25/master has been updated
       via  f40b4e86f5c31560a1073a907943fd619485c74d (commit)
      from  241af18538d25e020428c66a50884f7cc37f0385 (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=f40b4e86f5c31560a1073a907943fd619485c74d

commit f40b4e86f5c31560a1073a907943fd619485c74d
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sat Aug 12 13:43:57 2017 -0400

    Fix failing sNaN tests on hppa.
    
    	* sysdeps/hppa/math-tests.h: New.

diff --git a/ChangeLog b/ChangeLog
index 2a0f14d..519ead0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2017-08-12  John David Anglin  <danglin@gcc.gnu.org>
 
+	* sysdeps/hppa/math-tests.h: New.
+
 	[BZ #21016]
 	* sysdeps/hppa/nptl/bits/pthreadtypes.h: Update pthread_cond_t typedef.
 	* sysdeps/unix/sysv/linux/hppa/pthread.h: Include
diff --git a/sysdeps/hppa/math-tests.h b/sysdeps/hppa/math-tests.h
new file mode 100644
index 0000000..bb20590
--- /dev/null
+++ b/sysdeps/hppa/math-tests.h
@@ -0,0 +1,22 @@
+/* Configuration for math tests.  hppa version.
+   Copyright (C) 2017 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
+
+/* SNaN tests do not preserve payloads.  */
+#define SNAN_TESTS_PRESERVE_PAYLOAD 0
+
+#include_next <math-tests.h>

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

Summary of changes:
 ChangeLog                                          |    2 ++
 .../linux/tile/ipc_priv.h => hppa/math-tests.h}    |    7 ++++---
 2 files changed, 6 insertions(+), 3 deletions(-)
 copy sysdeps/{unix/sysv/linux/tile/ipc_priv.h => hppa/math-tests.h} (83%)


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]