diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2017-07-15 12:18:03 -0400 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2017-07-15 12:18:03 -0400 |
commit | 2759a2c1d8b950521ae76e62efe0114fd36b6e2d (patch) | |
tree | 8243801c0cc706357b1789ae38d956db2d5017b0 /sysdeps/hppa | |
parent | 4fa8ae49aa169fb8d97882938e8bee3ed9ce5410 (diff) | |
download | glibc-2759a2c1d8b950521ae76e62efe0114fd36b6e2d.tar.gz glibc-2759a2c1d8b950521ae76e62efe0114fd36b6e2d.tar.xz glibc-2759a2c1d8b950521ae76e62efe0114fd36b6e2d.zip |
Fix failing sNaN tests on hppa.
Diffstat (limited to 'sysdeps/hppa')
-rw-r--r-- | sysdeps/hppa/math-tests.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/sysdeps/hppa/math-tests.h b/sysdeps/hppa/math-tests.h new file mode 100644 index 0000000000..bb205907ad --- /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> |