v850 linker scripts
[deliverable/binutils-gdb.git] / gdb / symmisc.c
index a0652ffb4c381be3d3cc3ad57b450fa8bdfdb592..bba8a710df0c6529082c75280defdc68287119ae 100644 (file)
@@ -377,7 +377,12 @@ dump_symtab_1 (struct symtab *symtab, struct ui_file *outfile)
     }
   else
     {
-      fprintf_filtered (outfile, "\nBlockvector same as previous symtab\n\n");
+      const char *compunit_filename
+       = symtab_to_filename_for_display (COMPUNIT_FILETABS (SYMTAB_COMPUNIT (symtab)));
+
+      fprintf_filtered (outfile,
+                       "\nBlockvector same as owning compunit: %s\n\n",
+                       compunit_filename);
     }
 }
 
@@ -986,7 +991,6 @@ maintenance_print_one_line_table (struct symtab *symtab, void *data)
       for (i = 0; i < linetable->nitems; ++i)
        {
          struct linetable_entry *item;
-         struct cleanup *row_cleanup;
 
          item = &linetable->item [i];
          printf_filtered (_("%-6d %6d %s\n"), i, item->line,
This page took 0.023565 seconds and 4 git commands to generate.