diff options
Diffstat (limited to 'gdb/remote-vx.c')
-rw-r--r-- | gdb/remote-vx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index 4503e773244..8f03268fae7 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -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; } |