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.

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

2017-11-29 Thread Mark Wielaard
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. Signed-off-by: Mark Wielaard --- src/ChangeLog | 4 src/readelf.c | 1 + 2 files changed, 5 insertions(+) diff --git a/src/