summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDi Chen <dichen@redhat.com>2022-04-28 19:55:33 +0800
committerMark Wielaard <mark@klomp.org>2022-08-01 01:20:06 +0200
commit369c021c6eedae3665c1dbbaa4fc43afbbb698f4 (patch)
tree59f12753c030b3bbb990eb1aa003c5ec014953fa /NEWS
parentccc157dc2b96e47d6d1bbb1b066ecbea4975051b (diff)
downloadelfutils-369c021c6eedae3665c1dbbaa4fc43afbbb698f4.tar.gz
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 82c86cb6..156f78df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
Version 0.188 some time after 0.187
+readelf: Add -D, --use-dynamic option.
+
debuginfod: Add --disable-source-scan option.
libdwfl: Add new function dwfl_get_debuginfod_client.