*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / psymtab.c
index 6e84094758767355b36282e120aaa80f8612892d..5623e2dc5f8ba30d6b1aa52cb6c9fa3579855d70 100644 (file)
@@ -1159,6 +1159,11 @@ map_symbol_filenames_psymtab (struct objfile *objfile,
       if (ps->readin)
        continue;
 
+      /* We can skip shared psymtabs here, because any file name will be
+        attached to the unshared psymtab.  */
+      if (ps->user != NULL)
+       continue;
+
       /* Anonymous psymtabs don't have a file name.  */
       if (ps->anonymous)
        continue;
This page took 0.023509 seconds and 4 git commands to generate.