summaryrefslogtreecommitdiff
path: root/tests/checkasm/arm
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2016-07-18 23:23:50 +0300
committerMartin Storsjö <martin@martin.st>2016-07-21 12:52:10 +0300
commit6f9e34baea4f6f484392e4e67f606a0835d07b73 (patch)
tree5aee2a76ef980763851e88761b5f3b878ba37abe /tests/checkasm/arm
parented9b2a5178d7a7c5a95694da3a808af327f36aff (diff)
arm: Check for support for the .fpu directive
When targeting COFF (windows), clang doesn't support this directive (while binutils supports it for all targets). Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/checkasm/arm')
-rw-r--r--tests/checkasm/arm/checkasm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/checkasm/arm/checkasm.S b/tests/checkasm/arm/checkasm.S
index ab53d0ac06..098f22eaef 100644
--- a/tests/checkasm/arm/checkasm.S
+++ b/tests/checkasm/arm/checkasm.S
@@ -24,7 +24,7 @@
/* override fpu so that NEON instructions are rejected */
#if HAVE_VFP
-.fpu vfp
+FPU .fpu vfp
ELF .eabi_attribute 10, 0 @ suppress Tag_FP_arch
#endif