diff options
| author | Richard Henderson <[email protected]> | 2016-06-21 15:10:10 -0700 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-06-28 20:09:11 +0200 |
| commit | 9a36c9226c4a237208a7735f0e6a6fd1eefb60ab (patch) | |
| tree | 22f86eafeea028d09ff8f13ab4b5c3258f3b848f /backends/ChangeLog | |
| parent | 4c746f2501f6062230e2fa609bf4e8499b33caa4 (diff) | |
Add support for BPF
Signed-off-by: Richard Henderson <[email protected]>
Diffstat (limited to 'backends/ChangeLog')
| -rw-r--r-- | backends/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/backends/ChangeLog b/backends/ChangeLog index afda37a9..7cd19065 100644 --- a/backends/ChangeLog +++ b/backends/ChangeLog @@ -1,3 +1,13 @@ +2016-06-28 Richard Henderson <[email protected]> + + * Makefile.am (modules): Add bpf. + (libebl_pic): Add libebl_bpf_pic.a. + (am_libebl_bpf_pic_a_OBJECTS): New. + * bpf_init.c, bpf_regs.c, bpf_reloc.def: New files. + * common-reloc.c (copy_reloc_p): Honor NO_COPY_RELOC. + (init_reloc): Likewise. + + 2016-05-20 Andreas Schwab <[email protected]> * Makefile.am (modules): Add m68k. |
