cleanup: constify "struct attribute" function parameter
authorSanimir Agovic <sagovic@sourceware.org>
Tue, 30 Jul 2013 08:36:13 +0000 (08:36 +0000)
committerSanimir Agovic <sagovic@sourceware.org>
Tue, 30 Jul 2013 08:36:13 +0000 (08:36 +0000)
commitff39bb5eb2356c364713b103399fec9fb07efbeb
treece8ba37b75d1989e0df9fabc6a44babbf1691ad4
parent6e5a29e1dc89e6119e85930ce8e6b26c98be8218
cleanup: constify "struct attribute" function parameter

gdb/

2013-07-30  Sanimir Agovic  <sanimir.agovic@intel.com>

* dwarf2read.c (dwarf2_get_ref_die_offset): Constify struct
attribute parameter.
(dwarf2_const_value_data): Constify struct attribute parameter.
(dwarf2_const_value): Constify struct attribute parameter.
(dwarf2_const_value_attr): Constify struct attribute parameter.
(lookup_die_type): Constify struct attribute parameter.
(dwarf2_get_attr_constant_value): Constify struct attribute parameter.
(follow_die_ref_or_sig): Constify struct attribute parameter.
(follow_die_ref): Constify struct attribute parameter.
(follow_die_sig): Constify struct attribute parameter.
(get_DW_AT_signature_type): Constify struct attribute parameter.
(get_type_unit_group): Constify struct attribute parameter.
(fill_in_loclist_baton): Constify struct attribute parameter.
(dwarf2_symbol_mark_computed): Constify struct attribute parameter.
(type_unit_group): Constify struct attribute parameter.
gdb/ChangeLog
gdb/dwarf2read.c
This page took 0.025161 seconds and 4 git commands to generate.