This is the mail archive of the binutils-cvs@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]

[binutils-gdb] Skip ARM vcmp-noprefix-imm test on non-ELF targets


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5ffbd927b9187ef5d719b83b1df3182a5fc10958

commit 5ffbd927b9187ef5d719b83b1df3182a5fc10958
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Feb 22 11:57:49 2017 +0000

    Skip ARM vcmp-noprefix-imm test on non-ELF targets

Diff:
---
 gas/ChangeLog                             | 4 ++++
 gas/testsuite/gas/arm/vcmp-noprefix-imm.d | 1 +
 2 files changed, 5 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 652bd04..e7ce873 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2017-02-22  Nick Clifton  <nickc@redhat.com>
+
+	* testsuite/gas/arm/vcmp-noprefix-imm.d: Skip for non-ELF targets.
+
 2017-02-21  Jan Beulich  <jbeulich@suse.com>
 
 	* expr.c (operand): Handle missing operand to .startof.() and
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]