diff options
author | DJ Delorie <dj@redhat.com> | 2009-09-25 19:02:00 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2009-09-25 19:02:00 +0000 |
commit | fa9efd0fbc3f388e06f8f893c168e8e612216230 (patch) | |
tree | bf753b85fed41c0e8a5d94b2c8ded9a646a8648b /include | |
parent | 605b1dd4b7d451eff6eb06849c73a4bcd1c854a8 (diff) | |
download | gdb-fa9efd0fbc3f388e06f8f893c168e8e612216230.zip gdb-fa9efd0fbc3f388e06f8f893c168e8e612216230.tar.gz gdb-fa9efd0fbc3f388e06f8f893c168e8e612216230.tar.bz2 |
merge from gcc
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 1cfe594..9bff2e6 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,17 @@ +2009-09-25 Cary Coutant <ccoutant@google.com> + + Add rest of new values from DWARF Version 4. + * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias): + New tags. + (DW_FORM_ref_sig8): New name for DW_FORM_sig8. + (DW_AT_main_subprogram, DW_AT_data_bit_offset, DW_AT_const_expr, + DW_AT_enum_class, DW_AT_linkage_name, DW_AT_GNU_guarded_by, + DW_AT_GNU_pt_guarded_by, DW_AT_GNU_guarded, DW_AT_GNU_pt_guarded, + DW_AT_GNU_locks_excluded, DW_AT_GNU_exclusive_locks_required, + DW_AT_GNU_shared_locks_required, DW_AT_GNU_odr_signature): New + attributes. + (DW_LANG_Python): New language. + 2009-09-24 Cary Coutant <ccoutant@google.com> * dwarf2.h (DW_TAG_rvalue_reference_type, DW_TAG_template_alias): |