diff options
author | Stu Grossman <grossman@cygnus> | 1995-04-17 22:43:56 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1995-04-17 22:43:56 +0000 |
commit | f8f3659f3eb5d715c5e1d9ce10614e83482d986b (patch) | |
tree | b6f6cca380f96c7839c5318dcc6b24ee7ba8fcd8 /gdb/remote-est.c | |
parent | fe4bce98e0872d234567ccd10d745fbb53d3b61a (diff) | |
download | gdb-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/remote-est.c')
-rw-r--r-- | gdb/remote-est.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/remote-est.c b/gdb/remote-est.c index b8d5f5a..efc83d4 100644 --- a/gdb/remote-est.c +++ b/gdb/remote-est.c @@ -92,9 +92,6 @@ static char *est_regnames[NUM_REGS] = static struct target_ops est_ops; -static char *est_loadtypes[] = {"srec", NULL}; -static char *est_loadprotos[] = {"none", NULL}; - static char *est_inits[] = {"he\r", /* Resets the prompt, and clears repeated cmds */ NULL}; @@ -149,9 +146,6 @@ static struct monitor_ops est_cmds = NULL, /* end-of-command delimitor */ NULL, /* optional command terminator */ &est_ops, /* target operations */ - est_loadtypes, /* loadtypes */ - est_loadprotos, /* loadprotos */ - "9600", /* supported baud rates */ SERIAL_1_STOPBITS, /* number of stop bits */ est_regnames, /* registers names */ MONITOR_OPS_MAGIC /* magic */ |