]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/bpf/indcall-1.d
Avoid some compiler warnings in gdb.ada
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / indcall-1.d
CommitLineData
4449c81a
DF
1#as: -mxbpf --EL
2#objdump: -mxbpf -dr
bba4624d
GM
3#source: indcall-1.s
4#source: indcall-1-pseudoc.s
4449c81a
DF
5#name: BPF indirect call 1
6
7.*: +file format .*bpf.*
8
9Disassembly of section \.text:
10
110000000000000000 <main>:
12 0: b7 00 00 00 01 00 00 00 mov %r0,1
13 8: b7 01 00 00 01 00 00 00 mov %r1,1
14 10: b7 02 00 00 02 00 00 00 mov %r2,2
15 18: 18 06 00 00 38 00 00 00 lddw %r6,0x38
16 20: 00 00 00 00 00 00 00 00[ ]*
5f784ec9 17 18: R_BPF_64_64 .text
4449c81a
DF
18 28: 8d 06 00 00 00 00 00 00 call %r6
19 30: 95 00 00 00 00 00 00 00 exit
20
210000000000000038 <bar>:
22 38: b7 00 00 00 00 00 00 00 mov %r0,0
23 40: 95 00 00 00 00 00 00 00 exit
24#pass