Add support for BPF
authorRichard Henderson <rth@redhat.com>
Tue, 21 Jun 2016 22:10:10 +0000 (15:10 -0700)
committerMark Wielaard <mjw@redhat.com>
Tue, 28 Jun 2016 18:09:11 +0000 (20:09 +0200)
commit9a36c9226c4a237208a7735f0e6a6fd1eefb60ab
tree22f86eafeea028d09ff8f13ab4b5c3258f3b848f
parent4c746f2501f6062230e2fa609bf4e8499b33caa4
Add support for BPF

Signed-off-by: Richard Henderson <rth@redhat.com>
24 files changed:
ChangeLog
backends/ChangeLog
backends/Makefile.am
backends/bpf_init.c [new file with mode: 0644]
backends/bpf_regs.c [new file with mode: 0644]
backends/bpf_reloc.def [new file with mode: 0644]
backends/common-reloc.c
configure.ac
libasm/ChangeLog
libasm/disasm_cb.c
libcpu/ChangeLog
libcpu/Makefile.am
libcpu/bpf_disasm.c [new file with mode: 0644]
libcpu/i386_disasm.c
libebl/ChangeLog
libebl/ebl-hooks.h
libebl/eblopenbackend.c
src/ChangeLog
src/elflint.c
tests/ChangeLog
tests/Makefile.am
tests/run-disasm-bpf.sh [new file with mode: 0755]
tests/testfile-bpf-dis1.expect.bz2 [new file with mode: 0644]
tests/testfile-bpf-dis1.o.bz2 [new file with mode: 0644]