* gdbint.texinfo (Formatting): Mention some formatting guidelines
[deliverable/binutils-gdb.git] / gdb / bsd-uthread.c
index 5698a9df3386022618a83632bf5c1fda9bfacbda..e82626dc3576bb2d6ffd9a1a8d6e1b58a8b4de6a 100644 (file)
@@ -1,6 +1,7 @@
 /* BSD user-level threads support.
 
-   Copyright (C) 2005, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2007, 2008, 2009, 2010, 2011
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -250,7 +251,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))
            {
This page took 0.024094 seconds and 4 git commands to generate.