aboutsummaryrefslogtreecommitdiff
path: root/gdb/cpu32bug-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/cpu32bug-rom.c
parentfe4bce98e0872d234567ccd10d745fbb53d3b61a (diff)
downloadfsf-binutils-gdb-f8f3659f3eb5d715c5e1d9ce10614e83482d986b.zip
fsf-binutils-gdb-f8f3659f3eb5d715c5e1d9ce10614e83482d986b.tar.gz
fsf-binutils-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/cpu32bug-rom.c')
-rw-r--r--gdb/cpu32bug-rom.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/cpu32bug-rom.c b/gdb/cpu32bug-rom.c
index 5deefbb..10b1491 100644
--- a/gdb/cpu32bug-rom.c
+++ b/gdb/cpu32bug-rom.c
@@ -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 =
@@ -146,9 +143,6 @@ static struct monitor_ops cpu32bug_cmds =
NULL, /* end-of-command delimitor */
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 */