5e51ca187a997b69ac074bda1311c469d1daafe0
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / arm / in-order-all.d
1 #PROG: objcopy
2 #source: out-of-order.s
3 #ld: -e v1 -Ttext-segment=0x400000
4 #objdump: -D
5 #name: Check if disassembler can handle all sections in default order
6
7 .*: +file format .*arm.*
8
9 Disassembly of section \.func1:
10
11 .+ <v1>:
12 [^:]+: e0800001 add r0, r0, r1
13 [^:]+: 00000000 andeq r0, r0, r0
14
15 Disassembly of section \.func2:
16
17 .+ <\.func2>:
18 [^:]+: e0800001 add r0, r0, r1
19
20 Disassembly of section \.func3:
21
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 andeq r0, r0, r0
29
30 Disassembly of section \.rodata:
31
32 .+ <\.rodata>:
33 [^:]+: 00000000 andeq r0, r0, r0
34
35 Disassembly of section \.global:
36
37 .+ <.+>:
38 ...
39
40 Disassembly of section \.ARM\.attributes:
41
42 .+ <\.ARM\.attributes>:
43 [^:]+: .+
44 [^:]+: .+
45 [^:]+: .+
46 [^:]+: .+
47 [^:]+: .+
48
This page took 0.032192 seconds and 3 git commands to generate.