olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1302086-4.patch

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