summaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2019-09-03 00:03:22 +0200
committerMark Wielaard <[email protected]>2019-09-10 15:45:53 +0200
commit08986c35d7bee335f447f542918bbbc2bdd638a9 (patch)
tree3caab495fb05ad5bd1a33b091a608c45e0bea8ac /doc/ChangeLog
parentb833c731359af12af9f16bcb621b3cdc170eafbc (diff)
readelf: Add --dyn-sym option.
It is already possible to select the symbol table to print by name, using --symbols=SECTION. This allows printing the dynamic symbol table with --symbols=.dynsym. binutils readelf allows printing just the dynamic symbol table by type using --dyn-sym. Add the same option and document it. Also add a testcase to show --symbols=.dynsym and --dyn-sym produce the same output. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r--doc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 722752da..00a61ac3 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-02 Mark Wielaard <[email protected]>
+
+ * readelf.1 (symbols): Add optional section name.
+ (dyn-sym): Document new option.
+
2019-08-28 Mark Wielaard <[email protected]>
* COPYING: Rename to...