diff options
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c03762c..fd79483 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2005-03-31 H.J. Lu <hongjiu.lu@intel.com> + + * readelf.c (do_full_section_name): New. + (options): Add "--full-section-name"/'N'. + (usage): Add -N/--full-section-name. + (parse_args): Handle 'N'. + (process_section_headers): Print out the full section name if + do_full_section_name isn't 0. + 2005-03-31 Nick Clifton <nickc@redhat.com> * configure.in: Add a check for <unistd.h> providing a prototype |