]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/bpf/indcall-1.d
Revert "2.41 Release sources"
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / indcall-1.d
CommitLineData
b5c37946
SJ
1#as: -EL -misa-spec=xbpf
2#objdump: -dr -M xbpf,dec
bba4624d 3#source: indcall-1.s
2b8c7766 4#name: BPF indirect call 1, normal syntax
b5c37946
SJ
5
6.*: +file format .*bpf.*
7
8Disassembly of section \.text:
9
100000000000000000 <main>:
11 0: b7 00 00 00 01 00 00 00 mov %r0,1
12 8: b7 01 00 00 01 00 00 00 mov %r1,1
13 10: b7 02 00 00 02 00 00 00 mov %r2,2
14 18: 18 06 00 00 38 00 00 00 lddw %r6,56
15 20: 00 00 00 00 00 00 00 00[ ]*
16 18: R_BPF_64_64 .text
17 28: 8d 06 00 00 00 00 00 00 call %r6
18 30: 95 00 00 00 00 00 00 00 exit
19
200000000000000038 <bar>:
21 38: b7 00 00 00 00 00 00 00 mov %r0,0
22 40: 95 00 00 00 00 00 00 00 exit
23#pass