Approved by kev@cygnus.com
[deliverable/binutils-gdb.git] / gdb / solib-osf.c
index eb78a419a2d26acccec9bf5c70d366047c8ae8a7..a00e488ee041926a8db0317346b03f9aa6a4827f 100644 (file)
@@ -336,8 +336,7 @@ osf_solib_create_inferior_hook (void)
      and will put out an annoying warning.
      Delaying the resetting of stop_soon_quietly until after symbol loading
      suppresses the warning.  */
-  if (auto_solib_add)
-    solib_add ((char *) 0, 0, (struct target_ops *) 0);
+  solib_add ((char *) 0, 0, (struct target_ops *) 0, auto_solib_add);
   stop_soon_quietly = 0;
 
   /* Enable breakpoints disabled (unnecessarily) by clear_solib().  */
This page took 0.033776 seconds and 4 git commands to generate.