Remove DW_SIGNATURE
authorTom Tromey <tom@tromey.com>
Wed, 30 Sep 2020 00:49:08 +0000 (18:49 -0600)
committerTom Tromey <tom@tromey.com>
Wed, 30 Sep 2020 02:29:06 +0000 (20:29 -0600)
commit630ed6b975d2d2f950523dd2ad9ac77614f5222c
tree1d3434e503cc0f281807ffe8a379e2163409225d
parent9d2246fce014a0133882051f8527e2dbd869a31b
Remove DW_SIGNATURE

This removes DW_SIGNATURE in favor of methods on struct attribute.  As
usual, the methods check the form, which DW_SIGNATURE did not do.

gdb/ChangeLog
2020-09-29  Tom Tromey  <tom@tromey.com>

* dwarf2/read.c (read_attribute_value, lookup_die_type)
(dump_die_shallow, follow_die_sig, get_DW_AT_signature_type):
Update.
* dwarf2/attribute.h (struct attribute) <as_signature,
set_signature>: New methods.
(DW_SIGNATURE): Remove.
gdb/ChangeLog
gdb/dwarf2/attribute.h
gdb/dwarf2/read.c
This page took 0.036337 seconds and 4 git commands to generate.