diff options
author | Tom Tromey <tom@tromey.com> | 2020-02-08 13:40:54 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2020-02-08 13:40:57 -0700 |
commit | 4fc6c0d5345d4268ae43b128a0be3d8cb30c4ab4 (patch) | |
tree | d1b01e37a7ad5942d518e0393c764becca4785cf /gdb/compile/compile-cplus-symbols.c | |
parent | cd6c91b4f8c429d49a103c3ad45ee741e41bd835 (diff) | |
download | binutils-4fc6c0d5345d4268ae43b128a0be3d8cb30c4ab4.zip binutils-4fc6c0d5345d4268ae43b128a0be3d8cb30c4ab4.tar.gz binutils-4fc6c0d5345d4268ae43b128a0be3d8cb30c4ab4.tar.bz2 |
Change attr_form_is_block to be a method
This changes attr_form_is_block to be a method. This is done
separately because, unlike the other attribute functions,
attr_form_is_block had special handling for the case where the
argument was NULL. This required auditing each call site; in most
cases, NULL was already ruled out, but in a few spots, an additional
check was needed.
gdb/ChangeLog
2020-02-08 Tom Tromey <tom@tromey.com>
* dwarf2read.c (read_call_site_scope)
(handle_data_member_location, dwarf2_add_member_fn)
(mark_common_block_symbol_computed, read_common_block)
(attr_to_dynamic_prop, partial_die_info::read)
(var_decode_location, dwarf2_fetch_die_loc_sect_off)
(dwarf2_symbol_mark_computed, set_die_type): Update.
* dwarf2/attribute.h (struct attribute) <form_is_block>: Declare
method.
(attr_form_is_block): Don't declare.
* dwarf2/attribute.c (attribute::form_is_block): Now a method.
Change-Id: Idfb290c61d738301ab991666f43e0b9cf577b2ae
Diffstat (limited to 'gdb/compile/compile-cplus-symbols.c')
0 files changed, 0 insertions, 0 deletions