* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / cpu32bug-rom.c
index 5deefbbc5b7195e5f1515559ae24cb9f23a880e9..d63865e5910845a59cdc06686021fc3e33f3e8e5 100644 (file)
@@ -90,9 +90,6 @@ static char *cpu32bug_regnames[NUM_REGS] =
 
 static struct target_ops cpu32bug_ops;
 
-static char *cpu32bug_loadtypes[] = {"srec", NULL};
-static char *cpu32bug_loadprotos[] = {"none", NULL};
-
 static char *cpu32bug_inits[] = {"\r", NULL};
 
 static struct monitor_ops cpu32bug_cmds =
@@ -143,18 +140,15 @@ static struct monitor_ops cpu32bug_cmds =
   "lo\r",                      /* download command */
   "lo\r\n",                    /* load response */
   "CPU32Bug>",                 /* monitor command prompt */
-  NULL,                                /* end-of-command delimitor */
+  "\r",                                /* end-of-line terminator */
   NULL,                                /* optional command terminator */
   &cpu32bug_ops,               /* target operations */
-  cpu32bug_loadtypes,          /* loadtypes */
-  cpu32bug_loadprotos,         /* loadprotos */
-  "9600",                      /* supported baud rates */
   SERIAL_1_STOPBITS,           /* number of stop bits */
   cpu32bug_regnames,           /* registers names */
   MONITOR_OPS_MAGIC            /* magic */
   };
 
-void
+static void
 cpu32bug_open(args, from_tty)
      char *args;
      int from_tty;
This page took 0.023369 seconds and 4 git commands to generate.