]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/psymtab.c
[gdb] Remove trailing "done" after "Reading symbols from" message
[thirdparty/binutils-gdb.git] / gdb / psymtab.c
index 69176dbee47b4013095f60e5502d6eb4a974555d..93b7c77d1b49f3a4bbcab584da8bacc1a7e12bdb 100644 (file)
@@ -760,16 +760,12 @@ psymtab_to_symtab (struct objfile *objfile, struct partial_symtab *pst)
 
       if (info_verbose)
        {
-         printf_filtered (_("Reading in symbols for %s..."),
+         printf_filtered (_("Reading in symbols for %s...\n"),
                           pst->filename);
          gdb_flush (gdb_stdout);
        }
 
       pst->read_symtab (objfile);
-
-      /* Finish up the debug error message.  */
-      if (info_verbose)
-       printf_filtered (_("done.\n"));
     }
 
   return pst->get_compunit_symtab ();