OSDN Git Service

2009-10-14 Cary Coutant <ccoutant@google.com>
authorCary Coutant <ccoutant@google.com>
Wed, 14 Oct 2009 23:48:01 +0000 (23:48 +0000)
committerCary Coutant <ccoutant@google.com>
Wed, 14 Oct 2009 23:48:01 +0000 (23:48 +0000)
* dwarf2read.c (read_import_statement): Call follow_die_ref_or_sig.

gdb/ChangeLog
gdb/dwarf2read.c

index 5ae8837..1fe412f 100644 (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
index e001494..9bf89d7 100644 (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)
     {