mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +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.
30 lines
645 B
Makefile
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
|