summaryrefslogtreecommitdiffstats
path: root/trunk/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ChangeLog')
-rw-r--r--trunk/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index 2aea24d..a74445a 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,3 +1,22 @@
+2011-04-01 Jakub Jelinek <jakub@redhat.com>
+
+ * src/dwarf2.h (DW_TAG_GNU_template_template_param,
+ DW_TAG_GNU_template_parameter_pack, DW_TAG_GNU_formal_parameter_pack,
+ DW_TAG_GNU_call_site, DW_TAG_GNU_call_site_parameter,
+ DW_AT_GNU_vector, 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, DW_AT_GNU_template_name,
+ 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): Define.
+ * src/dwarf2.c (adjust_location_list): Handle DW_OP_GNU_entry_value.
+ (adjust_attributes): Handle DW_AT_GNU_call_site_value,
+ DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target and
+ DW_AT_GNU_call_site_target_clobbered.
+
2010-11-23 Jakub Jelinek <jakub@redhat.com>
* src/dwarf2.h (DW_OP_GNU_implicit_pointer): Define.