|
From: <sv...@va...> - 2014-03-01 11:22:03
|
Author: sewardj
Date: Sat Mar 1 11:21:45 2014
New Revision: 13844
Log:
Fixes form arm64-linux.
Modified:
trunk/none/tests/allexec_prepare_prereq
trunk/none/tests/faultstatus.c
Modified: trunk/none/tests/allexec_prepare_prereq
==============================================================================
--- trunk/none/tests/allexec_prepare_prereq (original)
+++ trunk/none/tests/allexec_prepare_prereq Sat Mar 1 11:21:45 2014
@@ -31,7 +31,7 @@
pair x86 amd64
pair ppc32 ppc64
pair s390x_unexisting_in_32bits s390x
-pair arm arm_unexisting_in_64bits
+pair arm arm64
pair mips32 mips64
exit 0
Modified: trunk/none/tests/faultstatus.c
==============================================================================
--- trunk/none/tests/faultstatus.c (original)
+++ trunk/none/tests/faultstatus.c Sat Mar 1 11:21:45 2014
@@ -18,7 +18,7 @@
Hence we get a SIGFPE but the SI_CODE is different from that on
x86/amd64-linux.
*/
-#if defined(__powerpc__)
+#if defined(__powerpc__) || defined(__aarch64__)
# define DIVISION_BY_ZERO_TRIGGERS_FPE 0
# define DIVISION_BY_ZERO_SI_CODE SI_TKILL
#elif defined(__arm__)
|