AArch64: Have -D override mapping symbol as documented.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / in-order-all.d
CommitLineData
60df3720
TC
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 .*aarch64.*
8
9Disassembly of section \.func1:
10
110000000000400000 <v1>:
12 400000: 8b010000 add x0, x0, x1
13 400004: 00000000 \.inst 0x00000000 ; undefined
14
15Disassembly of section \.func2:
16
170000000000400008 <\.func2>:
18 400008: 8b010000 add x0, x0, x1
19
20Disassembly of section \.func3:
21
22000000000040000c <\.func3>:
23 40000c: 8b010000 add x0, x0, x1
24 400010: 8b010000 add x0, x0, x1
25 400014: 8b010000 add x0, x0, x1
26 400018: 8b010000 add x0, x0, x1
27 40001c: 8b010000 add x0, x0, x1
28 400020: 00000000 \.inst 0x00000000 ; undefined
29
30Disassembly of section \.rodata:
31
320000000000400024 <\.rodata>:
33 400024: 00000004 \.inst 0x00000004 ; undefined
34
35Disassembly of section .global:
36
370000000000410028 <__data_start>:
38 410028: 00000001 \.inst 0x00000001 ; undefined
39 41002c: 00000000 \.inst 0x00000000 ; undefined
40 410030: 00000001 \.inst 0x00000001 ; undefined
41 410034: 00000000 \.inst 0x00000000 ; undefined
42 410038: 00000001 \.inst 0x00000001 ; undefined
43 41003c: 00000000 \.inst 0x00000000 ; undefined
This page took 0.028651 seconds and 4 git commands to generate.