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 thumb2 conditional backward search test for PE based targets.


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

commit ffd9c127e6206b819a886227197ceddb4d6b00de
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Jan 26 09:13:38 2016 +0000

    Skip thumb2 conditional backward search test for PE based targets.
    
    	* testsuite/gas/arm/thumb2_it_search.d: Skip for PE targets.

Diff:
---
 gas/testsuite/gas/arm/thumb2_it_search.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/testsuite/gas/arm/thumb2_it_search.d b/gas/testsuite/gas/arm/thumb2_it_search.d
index 6758ef8..5255549 100644
--- a/gas/testsuite/gas/arm/thumb2_it_search.d
+++ b/gas/testsuite/gas/arm/thumb2_it_search.d
@@ -1,6 +1,6 @@
 #name: 32-bit Thumb conditional instructions backward search
 #as: -march=armv6kt2
-#skip: *-*-*aout*
+#skip: *-*-*aout* *-*-pe
 #source: thumb2_it_search.s
 #objdump: -dr --prefix-addresses --show-raw-insn


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