AArch64/Arm: Update testcases fixing endiannes and linux targets
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / arm / out-of-order.d
1 #PROG: objcopy
2 #ld: -T out-of-order.T
3 #objdump: -d
4 #name: Check if disassembler can handle sections in different order than header
5
6 .*: +file format .*arm.*
7
8 Disassembly of section \.func2:
9
10 .+ <\.func2>:
11 [^:]+: e0800001 add r0, r0, r1
12
13 Disassembly of section \.func1:
14
15 .+ <v1>:
16 [^:]+: e0800001 add r0, r0, r1
17 [^:]+: 00000000 \.word 0x00000000
18
19 Disassembly of section \.func3:
20
21 .+ <\.func3>:
22 [^:]+: e0800001 add r0, r0, r1
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 [^:]+: 00000000 \.word 0x00000000
This page took 0.034944 seconds and 4 git commands to generate.