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 /lib/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 'lib/ChangeLog')
| -rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 1fc1a38c..1f162286 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2017-07-18 Mark Wielaard <[email protected]> + + * bpf.h: New file. + * Makefile.am (noinst_HEADERS): Add bpf.h + 2017-05-05 Mark Wielaard <[email protected]> * printversion.c (print_version): Update copyright year. |
