mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
2b2ed2452c
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.
29 lines
623 B
Makefile
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
|