diff options
author | Nick Clifton <nickc@redhat.com> | 2013-05-02 10:18:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-05-02 10:18:38 +0000 |
commit | 4925cdd75b2e9f5d1091795d8672f6b5634404a9 (patch) | |
tree | dbf9ba130a7af2b6f10e4d6bcc4e982c46710ae0 /binutils/ChangeLog | |
parent | 1e456ce018e56b58f9820b0fa924375d4e6f8e35 (diff) | |
download | gdb-4925cdd75b2e9f5d1091795d8672f6b5634404a9.zip gdb-4925cdd75b2e9f5d1091795d8672f6b5634404a9.tar.gz gdb-4925cdd75b2e9f5d1091795d8672f6b5634404a9.tar.bz2 |
* dwarf.c (display_debug_lines_raw): Do not treat .debug_line.dwo
sections as if they were fragmentary .debug_line sections.
(display_debug_lines_decoded): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 58f7657..9426e34 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2013-05-02 Nick Clifton <nickc@redhat.com> + + * dwarf.c (display_debug_lines_raw): Do not treat .debug_line.dwo + sections as if they were fragmentary .debug_line sections. + (display_debug_lines_decoded): Likewise. + 2013-04-29 Nick Clifton <nickc@redhat.com> * dwarf.c (read_debug_line_header): New function. Reads in a |