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:
Joel Brobecker 2013-04-29 05:05:44 +00:00
parent 7057e86c13
commit 9056882e81
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2013-04-29 Joel Brobecker <brobecker@adacore.com>
* dwarf2read.c (get_DW_AT_signature_type): Add ARI marker.
2013-04-28 Yao Qi <yao@codesourcery.com>
* solib-dsbt.c (fetch_loadmap): Re-indent.

View File

@ -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))