]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix failing sNaN tests on hppa.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 15 Jul 2017 16:18:03 +0000 (12:18 -0400)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 15 Jul 2017 16:18:03 +0000 (12:18 -0400)
ChangeLog
sysdeps/hppa/math-tests.h [new file with mode: 0644]

index a9044a588cb6b4c51962d8a45db19fac8cf77ffe..b6befe232945bb2dec78b850241786eabf1045c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-07-15  John David Anglin  <danglin@gcc.gnu.org>
+
+       * sysdeps/hppa/math-tests.h: New.
+
 2017-07-14  DJ Delorie  <dj@redhat.com>
 
        [BZ #21654]
diff --git a/sysdeps/hppa/math-tests.h b/sysdeps/hppa/math-tests.h
new file mode 100644 (file)
index 0000000..bb20590
--- /dev/null
@@ -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>