AArch64: Have -D override mapping symbol as documented.
[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 0000000004018280 <\.func2>:
11 4018280: 8b010000 add x0, x0, x1
12
13 Disassembly of section \.func1:
14
15 0000000004005000 <v1>:
16 4005000: 8b010000 add x0, x0, x1
17 4005004: 00000000 \.word 0x00000000
18
19 Disassembly of section \.func3:
20
21 0000000004015000 <\.func3>:
22 4015000: 8b010000 add x0, x0, x1
23 4015004: 8b010000 add x0, x0, x1
24 4015008: 8b010000 add x0, x0, x1
25 401500c: 8b010000 add x0, x0, x1
26 4015010: 8b010000 add x0, x0, x1
27 4015014: 00000000 \.word 0x00000000
This page took 0.033203 seconds and 5 git commands to generate.