summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2010-01-11 14:45:41 +0000
committerH.J. Lu <hjl.tools@gmail.com>2010-01-11 14:45:41 +0000
commit43d957cb8d9c44fc86c40fdce8f36fa01e13facf (patch)
treefe5f517d480d9636f3784261eb692b19c678cc31 /binutils/NEWS
parent4e9209b245e21937dc9ee916139947f02bd11056 (diff)
downloadbinutils-redhat-43d957cb8d9c44fc86c40fdce8f36fa01e13facf.tar.gz
Add --dyn-syms to readelf
binutils/ 2010-01-11 H.J. Lu <hongjiu.lu@intel.com> PR ld/11146 * NEWS: Mention --dyn-syms for readelf. * readelf.c (do_dyn_syms): New. (OPTION_DYN_SYMS): Likewise. (options): Add "dyn-syms". (usage): Add --dyn-syms. (parse_args): Handle OPTION_DYN_SYMS. (process_symbol_table): Handle do_dyn_syms. (process_object): Likewise. (process_archive): Likewise. * doc/binutils.texi: Document --dyn-syms for readelf. Mention symbol hash tables for -D. ld/testsuite/ 2010-01-11 H.J. Lu <hongjiu.lu@intel.com> PR ld/11146 * ld-elf/dynsym1.d: New.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 511e51f308..351ffdfe44 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+
+* Add --dyn-syms to readelf to dump dynamic symbol table.
+
* A new tool - elfedit - has been added to directly manipulate ELF format
binaries.