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

2020-07-17 Thread Mark Wielaard
On Sun, 2020-07-05 at 00:17 +0200, Mark Wielaard wrote: > 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 head

[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