* dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
commit73b94560a310cb5eb1b3dd0da66f3a75b5df0dd0
authorJakub Jelinek <jakub@redhat.com>
Wed, 16 Mar 2011 13:00:09 +0000 (16 13:00 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 16 Mar 2011 13:00:09 +0000 (16 13:00 +0000)
tree63271ee4a5a1c317cd9630cde3a6897c628345d8
parent8bba209217cab2e7fb949768ffc4a5d40ecc144a
* 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