]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
authorJakub Jelinek <jakub@redhat.com>
Wed, 16 Mar 2011 13:00:10 +0000 (13:00 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 16 Mar 2011 13:00:10 +0000 (13:00 +0000)
commit629e7ca8ec7498a538a5a21e6689eedeb28207ca
tree2d54fd6b1c37f9d886d16de8938f43acc123aa4c
parent21be61f5885f889c05f0bc9c36125a68e4995810
* dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
(read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
(get_AT_name): Handle 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 and
DW_AT_GNU_all_source_call_sites.
(decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
handling.

* dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
(decode_location_expression): Handle DW_OP_GNU_entry_value.
(read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
(get_AT_name): Likewise.
binutils/ChangeLog
binutils/dwarf.c