summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/bpf/indcall-1-pseudoc.s
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/bpf/indcall-1-pseudoc.s')
-rw-r--r--gas/testsuite/gas/bpf/indcall-1-pseudoc.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/gas/bpf/indcall-1-pseudoc.s b/gas/testsuite/gas/bpf/indcall-1-pseudoc.s
new file mode 100644
index 00000000000..ede3eac58ef
--- /dev/null
+++ b/gas/testsuite/gas/bpf/indcall-1-pseudoc.s
@@ -0,0 +1,13 @@
+
+ .text
+ .align 4
+main:
+ r0 = 1
+ r1 = 1
+ r2 = 2
+ r6 = 56 ll
+ callx r6
+ exit
+bar:
+ r0 = 0
+ exit