AArch64: Have -D override mapping symbol as documented.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / out-of-order.d
CommitLineData
53b2f36b
TC
1#PROG: objcopy
2#ld: -T out-of-order.T
60df3720 3#objdump: -d
53b2f36b
TC
4#name: Check if disassembler can handle sections in different order than header
5
6.*: +file format .*aarch64.*
7
8Disassembly of section \.func2:
9
100000000004018280 <\.func2>:
11 4018280: 8b010000 add x0, x0, x1
12
13Disassembly of section \.func1:
14
150000000004005000 <v1>:
16 4005000: 8b010000 add x0, x0, x1
17 4005004: 00000000 \.word 0x00000000
18
19Disassembly of section \.func3:
20
210000000004015000 <\.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.035692 seconds and 4 git commands to generate.