diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 312afa6..7ea8b3b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,35 @@ +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. + +2010-01-11 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/11146 + * 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. + 2010-01-11 Nick Clifton <nickc@redhat.com> * NEWS: Mention addition of elfedit. |