Rewrite gdb.asm so that it doesn't assume a C comiler (or any C
[deliverable/binutils-gdb.git] / gdb / mon960-rom.c
index ab78b412ea35e26a737eb31d4218482564a963e9..191239790635553983323255de505a8e175c7d55 100644 (file)
 #include "xmodem.h"
 #include "symtab.h"
 #include "symfile.h"           /* for generic_load */
-
+#include "inferior.h"          /* for write_pc() */
 
 #define USE_GENERIC_LOAD
 
 static struct target_ops mon960_ops;
 
-static void mon960_open PARAMS ((char *args, int from_tty));
+static void mon960_open (char *args, int from_tty);
 
 #ifdef USE_GENERIC_LOAD
 
This page took 0.023407 seconds and 4 git commands to generate.