]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gas/testsuite/gas/bpf/jump-pseudoc.s
bpf: add support for jal/gotol jump instruction with 32-bit target
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / jump-pseudoc.s
index 1331bdad307c65712858705175061604b7f1ba05..9f860807a3e1d78462e7e860a80a44b0d7872440 100644 (file)
@@ -22,4 +22,6 @@
         if r3 s< r4 goto 1f
 1:      if r3 s<= 3 goto 1f
         if r3 s<= r4 goto 1f
+1:      gotol 1f
+        gotol 1f
 1: