diff options
| author | Mark Wielaard <[email protected]> | 2017-07-18 14:12:36 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2017-07-24 12:06:14 +0200 |
| commit | 1609679b1ef3611c71a08900c2f6b94bb97d454d (patch) | |
| tree | 24b3f6dfa5308e4c3a1ddb37b5097694a263ac7f /backends/ChangeLog | |
| parent | c8e16c12661d18e6ae724a6d89b81c0df9da365a (diff) | |
backends: Don't depend on linux/bpf.h to compile bpf disassembler.
We only need a few constants and one structure definition from linux/bpf.
Just define those in a local lib/bpf.h file. This makes sure the bpf
disassembler is always build and included even when elfutils is build
on older GNU/Linux systems (and even on other platforms).
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index 784e6b03..eb7e25f1 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,10 @@ +2017-07-18 Mark Wielaard <[email protected]> + + * Makefile.am (cpu_bpf): Always define. + * bpf_init.c (disasm): Always hook. + * bpf_regs.c: Include bpf.h instead of linux/bpf.h. Don't define + MAX_BPF_REG. + 2017-02-17 Ulf Hermann <[email protected]> * Makefile.am: Add libeu. |
