diff options
author | Nick Clifton <nickc@redhat.com> | 2008-01-14 12:26:57 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-01-14 12:26:57 +0000 |
commit | 1febe64d9616c501f59099727efb718273259859 (patch) | |
tree | 85ee01b2f56c6bd72ab8a71386556c7b1870f40e /binutils/ChangeLog | |
parent | c1766e7d3e9e7f44ce28689e518c02e2a86f5adb (diff) | |
download | gdb-1febe64d9616c501f59099727efb718273259859.zip gdb-1febe64d9616c501f59099727efb718273259859.tar.gz gdb-1febe64d9616c501f59099727efb718273259859.tar.bz2 |
* dwarf.c (process_debug_info): Include the CU offset and corrupt
version value when reporting unrecognised DWARF version numbers.
(load_debug_info): Remember a failed attempt to load and parse the
.debug_info section and do not repeat such attempts.
(display_debug_lines): Check the return value from load_debug_info
and return whilst displaying a warning message if the load failed.
(display_debug_loc): Likewise.
(display_debug_ranges): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c74bc0f..94330de 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2008-01-14 Nick Clifton <nickc@redhat.com> + + * dwarf.c (process_debug_info): Include the CU offset and corrupt + version value when reporting unrecognised DWARF version numbers. + (load_debug_info): Remember a failed attempt to load and parse the + .debug_info section and do not repeat such attempts. + (display_debug_lines): Check the return value from load_debug_info + and return whilst displaying a warning message if the load failed. + (display_debug_loc): Likewise. + (display_debug_ranges): Likewise. + 2008-01-10 Andreas Schwab <schwab@suse.de> * readelf.c (is_64bit_abs_reloc): Handle R_S390_64. |