aboutsummaryrefslogtreecommitdiff
path: root/gdb/w89k-rom.c
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-04-17 22:43:56 +0000
committerStu Grossman <grossman@cygnus>1995-04-17 22:43:56 +0000
commitf8f3659f3eb5d715c5e1d9ce10614e83482d986b (patch)
treeb6f6cca380f96c7839c5318dcc6b24ee7ba8fcd8 /gdb/w89k-rom.c
parentfe4bce98e0872d234567ccd10d745fbb53d3b61a (diff)
downloadgdb-f8f3659f3eb5d715c5e1d9ce10614e83482d986b.zip
gdb-f8f3659f3eb5d715c5e1d9ce10614e83482d986b.tar.gz
gdb-f8f3659f3eb5d715c5e1d9ce10614e83482d986b.tar.bz2
* cpu32bug-rom.c monitor.h op50-rom.c remote-est.c rom68k-rom.c
w89k-rom.c: Remove loadtypes, loadprotos and baudrates. * op50-rom.c: Fix copyrights and add load routine to op50n_cmds. * rom68k-rom.c (_initialize_rom68k): Don't set baud rate. * w89k-rom.c: Fix copyrights.
Diffstat (limited to 'gdb/w89k-rom.c')
-rw-r--r--gdb/w89k-rom.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/gdb/w89k-rom.c b/gdb/w89k-rom.c
index aedd739..1aca2b4 100644
--- a/gdb/w89k-rom.c
+++ b/gdb/w89k-rom.c
@@ -1,7 +1,7 @@
/* Remote target glue for the WinBond ROM monitor running on the "Cougar"
W89k eval board.
- Copyright 1988, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+ Copyright 1995 Free Software Foundation, Inc.
This file is part of GDB.
@@ -34,6 +34,7 @@ static void w89k_open PARAMS ((char *args, int from_tty));
* different strings than GDB does, and doesn't support all the
* registers either. So, typing "info reg sp" becomes a "r30".
*/
+
static char *w89k_regnames[NUM_REGS] =
{
"r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
@@ -239,9 +240,6 @@ w89k_load (desc, file, hashmark)
static struct target_ops w89k_ops;
-static char *w89k_loadtypes[] = {"binary", NULL};
-static char *w89k_loadprotos[] = {"xmodem", NULL};
-
static char *w89k_inits[] = {"\r", NULL};
static struct monitor_ops w89k_cmds =
@@ -295,9 +293,6 @@ static struct monitor_ops w89k_cmds =
NULL, /* end-of-command delimitor */
NULL, /* optional command terminator */
&w89k_ops, /* target operations */
- w89k_loadtypes, /* loadtypes */
- w89k_loadprotos, /* loadprotos */
- "9600", /* supported baud rates */
SERIAL_1_STOPBITS, /* number of stop bits */
w89k_regnames, /* register names */
MONITOR_OPS_MAGIC /* magic */