New `VCMP immediate without prefix' failures
Nick Clifton
nickc@redhat.com
Wed Feb 22 11:57:00 GMT 2017
Hi Maciej,
> FYI, there are new failures from commit 3c6452ae8df5 ("[ARM] Allow
> immediate without prefix in unified syntax for VCMP"):
>
> arm-aout +FAIL: VCMP immediate without prefix
> arm-coff +FAIL: VCMP immediate without prefix
> arm-epoc-pe +FAIL: VCMP immediate without prefix
> arm-pe +FAIL: VCMP immediate without prefix
> arm-wince-pe +FAIL: VCMP immediate without prefix
> -- perhaps the test case needs to be excluded for these targets?
Good idea. I have checked in the following patch.
Cheers
Nick
gas/ChangeLog
2017-02-22 Nick Clifton <nickc@redhat.com>
* testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
diff --git a/gas/testsuite/gas/arm/vcmp-noprefix-imm.d b/gas/testsuite/gas/arm/vcmp-noprefix-imm.d
index 2e4f6ba..64f37ea 100644
--- a/gas/testsuite/gas/arm/vcmp-noprefix-imm.d
+++ b/gas/testsuite/gas/arm/vcmp-noprefix-imm.d
@@ -1,6 +1,7 @@
#name: VCMP immediate without prefix
#as:
#objdump: -dr --prefix-addresses --show-raw-insn
+#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
.*: +file format .*arm.*
More information about the Binutils
mailing list