diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 630fd1df95..429445fca6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2013-04-29 Joel Brobecker + + * dwarf2read.c (get_DW_AT_signature_type): Add ARI marker. + 2013-04-28 Yao Qi * solib-dsbt.c (fetch_loadmap): Re-indent. diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 37b7dc457d..bd162e6e99 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -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))