Arm: Skip tests on WINCE that require mapping symbols

The following tests fail on wince as they rely on mapping symbols to
give them a fixed order.

This skips them on platforms that don't have mapping symbols.

binutils/ChangeLog:

	* testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
	* testsuite/binutils-all/arm/in-order.d: Likewise.
	* testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
	* testsuite/binutils-all/arm/out-of-order.d: Likewise.
This commit is contained in:
Tamar Christina 2019-08-09 09:06:50 +01:00
parent 678581fc78
commit 2b2ed2452c
5 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2019-08-09 Tamar Christina <tamar.christina@arm.com>
* testsuite/binutils-all/arm/in-order-all.d: Skip on pe, wince, coff.
* testsuite/binutils-all/arm/in-order.d: Likewise.
* testsuite/binutils-all/arm/out-of-order-all.d: Likewise.
* testsuite/binutils-all/arm/out-of-order.d: Likewise.
2019-08-08 Nick Clifton <nickc@redhat.com>
PR 24887

View File

@ -2,6 +2,7 @@
#source: out-of-order.s
#ld: -e v1 -Ttext-segment=0x400000
#objdump: -D
#skip: *-*-pe *-wince-* *-*-coff
#name: Check if disassembler can handle all sections in default order
.*: +file format .*arm.*

View File

@ -2,6 +2,7 @@
#source: out-of-order.s
#ld: -e v1 -Ttext-segment=0x400000
#objdump: -d
#skip: *-*-pe *-wince-* *-*-coff
#name: Check if disassembler can handle sections in default order
.*: +file format .*arm.*

View File

@ -2,6 +2,7 @@
#source: out-of-order.s
#ld: -T out-of-order.T
#objdump: -D
#skip: *-*-pe *-wince-* *-*-coff
#name: Check if disassembler can handle all sections in different order than header
.*: +file format .*arm.*

View File

@ -1,6 +1,7 @@
#PROG: objcopy
#ld: -T out-of-order.T
#objdump: -d
#skip: *-*-pe *-wince-* *-*-coff
#name: Check if disassembler can handle sections in different order than header
.*: +file format .*arm.*