binutils-gdb/binutils/testsuite/binutils-all/arm/in-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

30 lines
645 B
Makefile

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