This adds teh following files that were missing in the previous
commit
ecd16ae4e47118f66447641d93a6aa1334e550d4
testsuite/gas/bpf/indcall-badoperand.d
testsuite/gas/bpf/indcall-badoperand.l
testsuite/gas/bpf/indcall-badoperand.s
--- /dev/null
+#as: -EL -mno-relax
+#source: indcall-badoperand.s
+#error_output: indcall-badoperand.l
--- /dev/null
+.*: Assembler messages:
+.*:7: Error: unrecognized instruction `call %0'
+.*:7: Error: expected register name, got '%0'
--- /dev/null
+
+ .text
+ .align 4
+main:
+
+ mov %r0, 1
+ call %0
+ exit