Re: [PATCH] readelf: Add optional "SECTION" argument for --notes.

2019-08-26 Thread Mark Wielaard
Hi, On Wed, 2019-08-21 at 12:32 +0200, Mark Wielaard wrote: > There are multiple sections that can contain ELF Notes. It is sometimes > nice to just list the notes from a specific section. > > -n, --notes[=SECTION] Display the ELF notes Pushed to master.

[PATCH] readelf: Add optional "SECTION" argument for --notes.

2019-08-21 Thread Mark Wielaard
There are multiple sections that can contain ELF Notes. It is sometimes nice to just list the notes from a specific section. -n, --notes[=SECTION] Display the ELF notes Signed-off-by: Mark Wielaard --- src/ChangeLog | 7 +++ src/readelf.c | 13 - 2 files changed, 19 inse