From f8f3659f3eb5d715c5e1d9ce10614e83482d986b Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Mon, 17 Apr 1995 22:43:56 +0000 Subject: * 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. --- gdb/remote-est.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gdb/remote-est.c') 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 */ -- cgit v1.1