090337f141db270172580b279d7a8e7c2be52913
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / aarch64 / in-order.d
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 sections in default order
6
7 .*: +file format .*aarch64.*
8
9 Disassembly of section \.func1:
10
11 0000000000400000 <v1>:
12 400000: 8b010000 add x0, x0, x1
13 400004: 00000000 \.word 0x00000000
14
15 Disassembly of section .func2:
16
17 0000000000400008 <\.func2>:
18 400008: 8b010000 add x0, x0, x1
19
20 Disassembly of section \.func3:
21
22 000000000040000c <\.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 \.word 0x00000000
This page took 0.03215 seconds and 3 git commands to generate.