diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-19 14:35:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-19 14:35:57 +0000 |
commit | 261a45adfff7bb0c49b661d7416eee3cfc2d2115 (patch) | |
tree | e6bfe1dfbbfb6c6fa09d49f671a32776bae92492 /binutils/ChangeLog | |
parent | b8908f93e2ec6025db15e7fe3ee8c94d26ee7a94 (diff) | |
download | gdb-261a45adfff7bb0c49b661d7416eee3cfc2d2115.zip gdb-261a45adfff7bb0c49b661d7416eee3cfc2d2115.tar.gz gdb-261a45adfff7bb0c49b661d7416eee3cfc2d2115.tar.bz2 |
Add -ws switch to display contents of .debug_str sections
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5d09b39..1eb553e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,24 @@ +2001-11-19 Nick Clifton <nickc@cambridge.redhat.com> + + * readelf.c (do_debug_str): New variable. + (display_debug_str): New function: Display the contents of a + .debug_str section. + (load_debug_str): New function: Load in the contents of a + .debug_str section. + (free_debug_str): New function: Free the memory used by + load_debug_str(). + (fetch_indirect_string): Retrieve a string from the .debug_str + section. + (usage): Add -ws. + (parse_args): Accept -ws. + (process_section_headers): Allow the display of the .debug_str + section. + (read_and_display_attr_value): Use fetch_indirect_string. Show + offset into .debug_str section. + (display_debug_info): Use load_debug_str and free_debug_str. + (debug_displays): Add .debug_str. + * doc/binutils.texi: Document -ws. + 2001-11-19 Andreas Jaeger <aj@suse.de> * testsuite/binutils-all/objdump.exp: Add x86-64. |