2009-10-14 Cary Coutant <ccoutant@google.com>

* dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.
This commit is contained in:
Cary Coutant 2009-10-14 23:48:01 +00:00
parent 0aa3b0e6e6
commit 1256eeda7d
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-10-14 Cary Coutant <ccoutant@google.com>
* dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.
2009-10-14 Keith Seitz <keiths@redhat.com>
* dwarf2read.c (dwarf2_const_value): Fix order of arguments to

View File

@ -3365,7 +3365,7 @@ read_import_statement (struct die_info *die, struct dwarf2_cu *cu)
return;
}
imported_die = follow_die_ref (die, import_attr, &cu);
imported_die = follow_die_ref_or_sig (die, import_attr, &cu);
imported_name = dwarf2_name (imported_die, cu);
if (imported_name == NULL)
{