]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Arm: Skip new binary decode tests on pe targets
authorTamar Christina <tamar.christina@arm.com>
Fri, 19 Oct 2018 15:18:37 +0000 (16:18 +0100)
committerTamar Christina <tamar.christina@arm.com>
Fri, 19 Oct 2018 15:22:17 +0000 (16:22 +0100)
The two new test I added require the use of the ".inst" directive which the PE
targets don't support.  Because of that I excluded *-unknown-pe but the mask needs
to be wider.  I am now excluding *-*-pe.

gas/ChangeLog:

* testsuite/gas/arm/undefined-insn-arm.d: Widen pe skip.
* testsuite/gas/arm/undefined-insn-thumb.d: Likewise.

(cherry picked from commit bacb77d0188ff37bacdbb211edd7e2419406b864)

gas/ChangeLog
gas/testsuite/gas/arm/undefined-insn-arm.d
gas/testsuite/gas/arm/undefined-insn-thumb.d

index 37088283f46e31c0b6e472bec9c3443c2d5888c9..3ba6ab02782513ddb02535b277d5caa51cbf8479 100644 (file)
@@ -1,3 +1,8 @@
+2018-10-19  Tamar Christina  <tamar.christina@arm.com>
+
+       * testsuite/gas/arm/undefined-insn-arm.d: Widen pe skip.
+       * testsuite/gas/arm/undefined-insn-thumb.d: Likewise.
+
 2018-10-19  Tamar Christina  <tamar.christina@arm.com>
 
        * testsuite/gas/arm/undefined-insn-arm.d: New test.
index f779b2a90e87e8a593439b7d985bab77d394f305..175e778b50efc2f88eff10caefc08eceac75abc1 100644 (file)
@@ -1,5 +1,5 @@
 #name: Undefined binary printing in arm mode
-#skip: *-unknown-pe *-*-vxworks
+#skip: *-*-pe *-*-vxworks
 #source: undefined-insn.s
 #objdump: -D -b binary -m armv5te
 #...
index cee74e0651c05c0ddc93418ab74eb5efa5436f68..a5b4159f1e43067295572895a332c123d1d00aa5 100644 (file)
@@ -1,5 +1,5 @@
 #name: Undefined binary printing in thumb mode
-#skip: *-unknown-pe *-*-vxworks
+#skip: *-*-pe *-*-vxworks
 #source: undefined-insn.s
 #objdump: -D -b binary -m armv5te -M force-thumb
 #...