diff options
author | Jakub Jelinek <jakub@redhat.com> | 2011-03-16 08:48:47 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2011-03-16 08:48:47 +0000 |
commit | 02458de2c96369f3a78b8077663e44f693f4a19f (patch) | |
tree | ab35fa991cf734ceab2443b31c13d0d88280e7ed /include/ChangeLog | |
parent | 7ceb86b10a31fe4be5c345031172e0dae40ffc24 (diff) | |
download | gdb-02458de2c96369f3a78b8077663e44f693f4a19f.zip gdb-02458de2c96369f3a78b8077663e44f693f4a19f.tar.gz gdb-02458de2c96369f3a78b8077663e44f693f4a19f.tar.bz2 |
* dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value,
DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered,
DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites,
DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites,
DW_OP_GNU_entry_value): New.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index fa904c7..4f65257 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,12 @@ +2011-03-16 Jakub Jelinek <jakub@redhat.com> + + * dwarf2.h (DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter, + DW_AT_GNU_call_site_value, DW_AT_GNU_call_site_data_value, + DW_AT_GNU_call_site_target, DW_AT_GNU_call_site_target_clobbered, + DW_AT_GNU_tail_call, DW_AT_GNU_all_tail_call_sites, + DW_AT_GNU_all_call_sites,, DW_AT_GNU_all_source_call_sites, + DW_OP_GNU_entry_value): New. + 2011-02-28 Kai Tietz <kai.tietz@onevision.com> * filenames.h (filename_ncmp): New prototype. |