]> git.ipfire.org Git - thirdparty/elfutils.git/commit
readelf: Support --dynamic with --use-dynamic
authorDi Chen <dichen@redhat.com>
Thu, 28 Apr 2022 11:55:33 +0000 (19:55 +0800)
committerMark Wielaard <mark@klomp.org>
Sun, 31 Jul 2022 23:20:06 +0000 (01:20 +0200)
commit369c021c6eedae3665c1dbbaa4fc43afbbb698f4
tree59f12753c030b3bbb990eb1aa003c5ec014953fa
parentccc157dc2b96e47d6d1bbb1b066ecbea4975051b
readelf: Support --dynamic with --use-dynamic

Currently, eu-readelf is using section headers to dump the dynamic
segment information (print_dynamic -> handle_dynamic).

This patch adds new options to eu-readelf (-D, --use-dynamic)
for (-d, --dynamic).

https://sourceware.org/bugzilla/show_bug.cgi?id=28873

Signed-off-by: Di Chen <dichen@redhat.com>
ChangeLog
NEWS
src/ChangeLog
src/readelf.c
tests/ChangeLog
tests/Makefile.am
tests/run-readelf-Dd.sh [new file with mode: 0755]