arrfab / rpms / glibc

Forked from rpms/glibc 4 years ago
Clone

Blame SOURCES/glibc-rh1302086-4.patch

147e83
commit 39e6cd8d643779188fd43d9e2d5ed4e47a64d924
147e83
Author: Ian Bolton <ian.bolton@arm.com>
147e83
Date:   Thu Apr 17 15:31:01 2014 +0000
147e83
147e83
    Add fenv test support for AArch64.
147e83
147e83
diff --git a/ports/sysdeps/aarch64/math-tests.h b/ports/sysdeps/aarch64/math-tests.h
147e83
new file mode 100644
147e83
index 0000000..6a0b898
147e83
--- /dev/null
147e83
+++ b/ports/sysdeps/aarch64/math-tests.h
147e83
@@ -0,0 +1,22 @@
147e83
+/* Configuration for math tests.  AArch64 version.
147e83
+   Copyright (C) 2014 Free Software Foundation, Inc.
147e83
+   This file is part of the GNU C Library.
147e83
+
147e83
+   The GNU C Library is free software; you can redistribute it and/or
147e83
+   modify it under the terms of the GNU Lesser General Public
147e83
+   License as published by the Free Software Foundation; either
147e83
+   version 2.1 of the License, or (at your option) any later version.
147e83
+
147e83
+   The GNU C Library is distributed in the hope that it will be useful,
147e83
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
147e83
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
147e83
+   Lesser General Public License for more details.
147e83
+
147e83
+   You should have received a copy of the GNU Lesser General Public
147e83
+   License along with the GNU C Library; if not, see
147e83
+   <http://www.gnu.org/licenses/>.  */
147e83
+
147e83
+/* Trapping exceptions are optional on AArch64.  */
147e83
+#define EXCEPTION_ENABLE_SUPPORTED(EXCEPT)	((EXCEPT) == 0)
147e83
+
147e83
+#include_next <math-tests.h>