gdb/testsuite/
[binutils-gdb.git] / gdb / bsd-uthread.c
index 5698a9df3386022618a83632bf5c1fda9bfacbda..bb54f2d1c0d0b92c5b4e264c325001d0058569c6 100644 (file)
@@ -250,7 +250,7 @@ bsd_uthread_solib_loaded (struct so_list *so)
     {
       if (strncmp (so->so_original_name, *names, strlen (*names)) == 0)
        {
-         solib_read_symbols (so, so->from_tty ? SYMFILE_VERBOSE : 0);
+         solib_read_symbols (so, 0);
 
          if (bsd_uthread_activate (so->objfile))
            {