[PATCH] libasm: Make libasm.h include work without relying on any other include.

2020-07-04 Thread Mark Wielaard
The public headers should be usable when includes as is. libasm.h wasn't because it was using gelf.h data structures without include gelf.h. Include it now in libasm.h. Add a new testcase run-test-includes.sh to test all public headers can be included "standalone". https://sourceware.org/bugzilla

[PATCH] libdwfl, src: Replace some asserts with proper check or error messages.

2020-07-04 Thread Mark Wielaard
library code really shouldn't assert and for utilities a proper error message is better than crashing with an assert. https://sourceware.org/bugzilla/show_bug.cgi?id=26176 Signed-off-by: Mark Wielaard --- libdwfl/ChangeLog| 14 ++ libdwfl/argp-std.c |

[Bug backends/26176] Backend modules of elfutils are always linked to shared library

2020-07-04 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26176 --- Comment #9 from Mark Wielaard --- (In reply to maarten from comment #6) > > I was actually going to propose we wouldn't build the static version by > > default because I didn't think anybody is actually using it. > > > > What is your use