2001-01-26 Fernando Nasser <fnasser@redhat.com>
[deliverable/binutils-gdb.git] / gdb / remote-es.c
index 2d879c1ccc83acced0b4ea0847e53d5d3d14828c..97b12633bebc44552d1d65523b8cd2ee54383ce3 100644 (file)
 #include "target.h"
 #include "gdb_wait.h"
 #include "command.h"
+#include "symfile.h"
 #include "remote-utils.h"
 #include "gdbcore.h"
 #include "serial.h"
@@ -1318,7 +1319,7 @@ es1800_load (char *filename, int from_tty)
       system (buf);
     }
 
-  symbol_file_command (filename, from_tty);    /* reading symbol table */
+  symbol_file_add_main (filename, from_tty);   /* reading symbol table */
   immediate_quit--;
 }
 
This page took 0.024496 seconds and 4 git commands to generate.