readelf: Add optional "SECTION" argument for --notes.
authorMark Wielaard <mark@klomp.org>
Wed, 21 Aug 2019 10:28:56 +0000 (12:28 +0200)
committerMark Wielaard <mark@klomp.org>
Mon, 26 Aug 2019 09:28:17 +0000 (11:28 +0200)
commit347e6b7a38f78c758e9ab0d3372222ccd4a4f6d9
tree854a35f63177d868c5b45f600f906e7068cac621
parent37fa94df1554aca83ec10ce50bc9bcb6957b204e
readelf: Add optional "SECTION" argument for --notes.

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 <mark@klomp.org>
src/ChangeLog
src/readelf.c