Re: [PATCH] libebl: Don't install libebl.a, libebl.h and remove backends from spec.

2019-09-10 Thread Mark Wielaard
On Thu, 2019-08-29 at 23:43 +0200, Mark Wielaard wrote:
> All archive members from libebl.a are now in libdw.a. We don't generate
> separate backend shared libraries anymore. So remove them from the
> elfutils.spec file.

Pushed to master.


Re: [PATCH] readelf: Add --dyn-sym option.

2019-09-10 Thread Mark Wielaard
On Tue, 2019-09-03 at 00:10 +0200, Mark Wielaard wrote:
> It is already possible to select the symbol table to print by name,
> using --symbols=SECTION. This allows printing the dynamic symbol table
> with --symbols=.dynsym. binutils readelf allows printing just the
> dynamic symbol table by type using --dyn-sym. Add the same option
> and document it. Also add a testcase to show --symbols=.dynsym and
> --dyn-sym produce the same output.

Pushed to master.