diff options
author | Nick Clifton <nickc@redhat.com> | 2017-02-22 11:57:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2017-02-22 12:00:01 +0000 |
commit | 5ffbd927b9187ef5d719b83b1df3182a5fc10958 (patch) | |
tree | 8714dfdda85ef16e00494d60d5abb7ccb7947a6e | |
parent | b0c53498a383cd5915786b0c321da48054e122ef (diff) | |
download | gdb-5ffbd927b9187ef5d719b83b1df3182a5fc10958.zip gdb-5ffbd927b9187ef5d719b83b1df3182a5fc10958.tar.gz gdb-5ffbd927b9187ef5d719b83b1df3182a5fc10958.tar.bz2 |
Skip ARM vcmp-noprefix-imm test on non-ELF targets
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/vcmp-noprefix-imm.d | 1 |
2 files changed, 5 insertions, 0 deletions
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.* |