AArch64: add GAS support for UDF instruction
[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
05805feb
TC
11.+ <v1>:
12[^:]+: 8b010000 add x0, x0, x1
09c1e68a 13[^:]+: 00000000 udf #0
60df3720
TC
14
15Disassembly of section \.func2:
16
05805feb
TC
17.+ <\.func2>:
18[^:]+: 8b010000 add x0, x0, x1
60df3720
TC
19
20Disassembly of section \.func3:
21
05805feb
TC
22.+ <\.func3>:
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[^:]+: 8b010000 add x0, x0, x1
09c1e68a 28[^:]+: 00000000 udf #0
60df3720
TC
29
30Disassembly of section \.rodata:
31
05805feb 32.+ <\.rodata>:
09c1e68a 33[^:]+: 00000000 udf #0
60df3720
TC
34
35Disassembly of section .global:
36
05805feb
TC
37.+ <.+>:
38 ...
This page took 0.083191 seconds and 4 git commands to generate.