binutils-gdb/binutils/testsuite/binutils-all/arm/out-of-order.d
Tamar Christina 2b2ed2452c 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.
2019-08-09 09:07:45 +01:00

29 lines
623 B
Makefile

#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.*
Disassembly of section \.func2:
.+ <\.func2>:
[^:]+: e0800001 add r0, r0, r1
Disassembly of section \.func1:
.+ <v1>:
[^:]+: e0800001 add r0, r0, r1
[^:]+: 00000000 \.word 0x00000000
Disassembly of section \.func3:
.+ <\.func3>:
[^:]+: e0800001 add r0, r0, r1
[^:]+: e0800001 add r0, r0, r1
[^:]+: e0800001 add r0, r0, r1
[^:]+: e0800001 add r0, r0, r1
[^:]+: e0800001 add r0, r0, r1
[^:]+: 00000000 \.word 0x00000000