c1df00345560366503fd64d9e78a7fa37102b31c
[binutils-gdb.git] / binutils / testsuite / binutils-all / arm / out-of-order-all.d
1 #PROG: objcopy
2 #source: out-of-order.s
3 #ld: -T out-of-order.T
4 #objdump: -D
5 #name: Check if disassembler can handle all sections in different order than header
6
7 .*: +file format .*arm.*
8
9 Disassembly of section \.global:
10
11 .+ <\.global>:
12 ...
13
14 Disassembly of section \.func2:
15
16 .+ <\.func2>:
17 [^:]+: e0800001 add r0, r0, r1
18
19 Disassembly of section \.func1:
20
21 .+ <v1>:
22 [^:]+: e0800001 add r0, r0, r1
23 [^:]+: 00000000 andeq r0, r0, r0
24
25 Disassembly of section \.func3:
26
27 .+ <\.func3>:
28 [^:]+: e0800001 add r0, r0, r1
29 [^:]+: e0800001 add r0, r0, r1
30 [^:]+: e0800001 add r0, r0, r1
31 [^:]+: e0800001 add r0, r0, r1
32 [^:]+: e0800001 add r0, r0, r1
33 [^:]+: 00000000 andeq r0, r0, r0
34
35 Disassembly of section \.rodata:
36
37 .+ <\.rodata>:
38 [^:]+: 00000000 andeq r0, r0, r0
39
40 Disassembly of section \.ARM\.attributes:
41
42 .+ <\.ARM\.attributes>:
43 [^:]+: .+
44 [^:]+: .+
45 [^:]+: .+
46 [^:]+: .+
47 [^:]+: .+
48