mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
Add ARI marker to get_DW_AT_signature_type.
gdb/ChangeLog:
* dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
This commit is contained in:
@@ -17924,8 +17924,8 @@ get_signatured_type (struct die_info *die, ULONGEST signature,
|
||||
reading in and processing the type unit if necessary. */
|
||||
|
||||
static struct type *
|
||||
get_DW_AT_signature_type (struct die_info *die, struct attribute *attr,
|
||||
struct dwarf2_cu *cu)
|
||||
get_DW_AT_signature_type /* ARI: editCase */
|
||||
(struct die_info *die, struct attribute *attr, struct dwarf2_cu *cu)
|
||||
{
|
||||
/* Yes, DW_AT_signature can use a non-ref_sig8 reference. */
|
||||
if (is_ref_attr (attr))
|
||||
|
||||
Reference in New Issue
Block a user