This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New `VCMP immediate without prefix' failures


Thanks Maciej for reporting the issue and Nick for fixing it.

Best regards,

Thomas

On 22/02/17 11:57, Nick Clifton wrote:
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.*




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]