[binutils-gdb] [GAS][ARM]Skip none elf target for testsuite/gas/arm/thumb2_it_search.s
Renlin Li
renlin@sourceware.org
Tue Feb 2 15:55:00 GMT 2016
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=46d70d04a422dcd3a3d985a0ffbef2d6973500b1
commit 46d70d04a422dcd3a3d985a0ffbef2d6973500b1
Author: Renlin Li <renlin.li@arm.com>
Date: Tue Feb 2 15:52:42 2016 +0000
[GAS][ARM]Skip none elf target for testsuite/gas/arm/thumb2_it_search.s
gas/
* testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
Diff:
---
gas/ChangeLog | 4 ++++
gas/testsuite/gas/arm/thumb2_it_search.d | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 95b4c5c..702f937 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,7 @@
+2016-02-02 Renlin Li <renlin.li@arm.com>
+
+ * testsuite/gas/arm/thumb2_it_search.d: Skip non-elf targets.
+
2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
* testsuite/gas/ip2k/allinsn.d: New file.
diff --git a/gas/testsuite/gas/arm/thumb2_it_search.d b/gas/testsuite/gas/arm/thumb2_it_search.d
index 5255549..3edaa1b 100644
--- a/gas/testsuite/gas/arm/thumb2_it_search.d
+++ b/gas/testsuite/gas/arm/thumb2_it_search.d
@@ -1,6 +1,7 @@
#name: 32-bit Thumb conditional instructions backward search
#as: -march=armv6kt2
-#skip: *-*-*aout* *-*-pe
+# This test is only valid on ELF based ports.
+#skip: *-*-*aout* *-*-pe *-*-*coff *-*-wince *-*-netbsd *-*-riscix*
#source: thumb2_it_search.s
#objdump: -dr --prefix-addresses --show-raw-insn
More information about the Binutils-cvs
mailing list