Remove unnecessary TUI declarations
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / arm / out-of-order.d
CommitLineData
796d6298
TC
1#PROG: objcopy
2#ld: -T out-of-order.T
3#objdump: -d
2b2ed245 4#skip: *-*-pe *-wince-* *-*-coff
796d6298
TC
5#name: Check if disassembler can handle sections in different order than header
6
7.*: +file format .*arm.*
8
9Disassembly of section \.func2:
10
05805feb
TC
11.+ <\.func2>:
12[^:]+: e0800001 add r0, r0, r1
796d6298
TC
13
14Disassembly of section \.func1:
15
05805feb
TC
16.+ <v1>:
17[^:]+: e0800001 add r0, r0, r1
18[^:]+: 00000000 \.word 0x00000000
796d6298
TC
19
20Disassembly of section \.func3:
21
05805feb
TC
22.+ <\.func3>:
23[^:]+: e0800001 add r0, r0, r1
24[^:]+: e0800001 add r0, r0, r1
25[^:]+: e0800001 add r0, r0, r1
26[^:]+: e0800001 add r0, r0, r1
27[^:]+: e0800001 add r0, r0, r1
28[^:]+: 00000000 \.word 0x00000000
This page took 0.079701 seconds and 4 git commands to generate.