AArch64/Arm: Update testcases fixing endiannes and linux targets
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / 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 .*aarch64.*
7
8 Disassembly of section \.func2:
9
10 .+ <\.func2>:
11 [^:]+: 8b010000 add x0, x0, x1
12
13 Disassembly of section \.func1:
14
15 .+ <v1>:
16 [^:]+: 8b010000 add x0, x0, x1
17 [^:]+: 00000000 \.word 0x00000000
18
19 Disassembly of section \.func3:
20
21 .+ <\.func3>:
22 [^:]+: 8b010000 add x0, x0, x1
23 [^:]+: 8b010000 add x0, x0, x1
24 [^:]+: 8b010000 add x0, x0, x1
25 [^:]+: 8b010000 add x0, x0, x1
26 [^:]+: 8b010000 add x0, x0, x1
27 [^:]+: 00000000 \.word 0x00000000
This page took 0.029195 seconds and 4 git commands to generate.