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 5ae8837504f07cba3f3b7432943a930b781ea038..1fe412f4586ca58eda8bded9c2d01f309ea8f97c 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 e001494a05b64e96418c4d2742d5f4e8d4ac9617..9bf89d79cd7035f3d757706265a7891fd635ad6f 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)
     {