diff options
author | Nick Clifton <nickc@redhat.com> | 2005-05-23 12:12:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-05-23 12:12:00 +0000 |
commit | 41a865baa2a36ea10adadb3f404be567074551bf (patch) | |
tree | bcd20ab90a87f549dc7aa474b621c5b22cfd7700 /binutils/ChangeLog | |
parent | 45b134e59387930bfe0b879f8e581bf03bb09ca4 (diff) | |
download | binutils-41a865baa2a36ea10adadb3f404be567074551bf.zip binutils-41a865baa2a36ea10adadb3f404be567074551bf.tar.gz binutils-41a865baa2a36ea10adadb3f404be567074551bf.tar.bz2 |
(fetch_indirect_string): Display a warning message when a corrupt
DW_FORM_strp value is encountered.
(process_debug_info): Mention that the compilation unit offset is being
displayed in hexadecimal.
(display_debug_lines): Fix typo in name of .debug_line section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7a0d2f5..2140bd9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2005-05-23 Nick Clifton <nickc@redhat.com> + + * readelf.c (fetch_indirect_string): Display a warning message + when a corrupt DW_FORM_strp value is encountered. + + (process_debug_info): Mention that the compilation unit offset is + being displayed in hexadecimal. + + (display_debug_lines): Fix typo in name of .debug_line section. + 2005-05-19 Zack Weinberg <zack@codesourcery.com> * Makefile.am: Have 'all' depend on 'info'. |