2001-01-26 Fernando Nasser <fnasser@redhat.com>
[deliverable/binutils-gdb.git] / gdb / remote-vx.c
index 4503e773244a4b8fd75bb4e9392482c08e1b7fe0..8f03268fae7851fbbc9aaa4806c5163ed392382f 100644 (file)
@@ -30,7 +30,7 @@
 #include "complaints.h"
 #include "gdbcmd.h"
 #include "bfd.h"               /* Required by objfiles.h.  */
-#include "symfile.h"           /* Required by objfiles.h.  */
+#include "symfile.h"
 #include "objfiles.h"
 #include "gdb-stabs.h"
 
@@ -1039,7 +1039,7 @@ vx_wait (int pid_to_wait_for, struct target_waitstatus *status)
 static int
 symbol_stub (char *arg)
 {
-  symbol_file_command (arg, 0);
+  symbol_file_add_main (arg, 0);
   return 1;
 }
 
This page took 0.025775 seconds and 4 git commands to generate.