* Makefile.in (symfile.o): Update.
[deliverable/binutils-gdb.git] / gdb / symfile.c
index f7c1efc2815a5c3012e42b59f2d39b50aafff315..5e554fed56e55f6cd49314b4c0fe44a720763ef6 100644 (file)
@@ -52,6 +52,7 @@
 #include "parser-defs.h"
 #include "varobj.h"
 #include "elf-bfd.h"
+#include "solib.h"
 
 #include <sys/types.h>
 #include <fcntl.h>
@@ -1217,9 +1218,7 @@ symbol_file_clear (int from_tty)
        storage has just been released, we'd better wipe the solib
        descriptors as well.
      */
-#if defined(SOLIB_RESTART)
-    SOLIB_RESTART ();
-#endif
+    no_shared_libraries (NULL, from_tty);
 
     symfile_objfile = NULL;
     if (from_tty)
This page took 0.02312 seconds and 4 git commands to generate.