diff options
author | Jakub Jelinek <jakub@redhat.com> | 2010-04-01 05:26:25 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2010-04-01 05:26:25 +0000 |
commit | 932fd279a972e48933c461d0fc502358d57cc2ec (patch) | |
tree | a247ad44a40e50460294323445d5344681a536dc /binutils/ChangeLog | |
parent | c07cbdd706fb9521b85fa100bb7507c44f92653f (diff) | |
download | gdb-932fd279a972e48933c461d0fc502358d57cc2ec.zip gdb-932fd279a972e48933c461d0fc502358d57cc2ec.tar.gz gdb-932fd279a972e48933c461d0fc502358d57cc2ec.tar.bz2 |
* dwarf.c (read_and_display_attr_value): Don't reject
dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present
and DW_FORM_exprloc.
(process_debug_info): Handle cu_version == 4.
(display_debug_lines_raw, display_debug_lines_decoded): Handle
li_version == 4.
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 cd76683..5093dab 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2010-04-01 Jakub Jelinek <jakub@redhat.com> + + * dwarf.c (read_and_display_attr_value): Don't reject + dwarf_version == 4. Handle DW_FORM_sec_offset, DW_FORM_flag_present + and DW_FORM_exprloc. + (process_debug_info): Handle cu_version == 4. + (display_debug_lines_raw, display_debug_lines_decoded): Handle + li_version == 4. + 2010-03-25 Joseph Myers <joseph@codesourcery.com> * MAINTAINERS: Add self as TI C6X maintainer. |