[Bug libdw/22452] Extend ebl_reloc_ hooks with relocations against load address for use in libdwfl/relocate.c

2017-12-10 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=22452 Mark Wielaard changed: What|Removed |Added Summary|Failed to obtain CFI data |Extend ebl_reloc_ hooks

Re: Various eu-readelf --debug-dump improvements

2017-12-10 Thread Mark Wielaard
On Wed, 2017-11-29 at 17:05 +0100, Mark Wielaard wrote: > While working on the DWARF5 support I found various cases where the > eu-readelf --debug-dump could be improved to provide a bit more information > that helped debug issues. The following changes are not DWARF5 specific, > but improve the --

Re: [PATCH] readelf: Hook up -g, --section-groups to display the section groups.

2017-12-10 Thread Mark Wielaard
On Thu, Nov 30, 2017 at 12:14:07AM +0100, Mark Wielaard wrote: > It was already possible to display the section groups using -a, but > the argp options didn't yet have an -g, --section-groups entry to > just display the section groups. Pushed this to master.