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

Skip new thumb2_it_search test for PE ARM targets


Hi Renlin,

  Your new ARM 32-bit Thumb conditional instructions backwards search
  test fails for PE based targets, so I am checking in the patch below
  as a workaround for now.

Cheers
  Nick

gas/ChangeLog
2016-01-26  Nick Clifton  <nickc@redhat.com>

	* testsuite/gas/arm/thumb2_it_search.d: Skip for PE targets.

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]