From 287a18452ad036fe687c88f26e9f59769dc283f5 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Wed, 8 Jan 2020 15:04:50 +0100 Subject: libasm.h: Don't include libebl.h. Define an opaque Ebl handle. Using libasm isn't really usable without a way to create an Ebl handle. But we don't support libebl.h (and libebl itself). Just define the Ebl handle as an opaque struct. Code that uses it needs to figure out how to instantiate one itself (they cannot in any supportable way...) Signed-off-by: Mark Wielaard --- tests/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/ChangeLog') diff --git a/tests/ChangeLog b/tests/ChangeLog index f322b6a4..3e1c367d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2020-01-08 Mark Wielaard + + * asm-test?.c: include libebl.h. + 2020-01-11 Frank Ch. Eigler * run-debuginfod-find.sh: Test --fdcache* options. -- cgit v1.2.1