aboutsummaryrefslogtreecommitdiff
path: root/gdb/w89k-rom.c
diff options
context:
space:
mode:
authorRob Savoye <rob@cygnus>1994-11-15 08:13:05 +0000
committerRob Savoye <rob@cygnus>1994-11-15 08:13:05 +0000
commitb3b8d9bfa7698d61d2831bfbe9fa41b487e03a45 (patch)
tree318ee47b20f8aa8546da0f39468807f6016b25d8 /gdb/w89k-rom.c
parentf08a8281d396236152395e6b9ebde017d4a024a0 (diff)
downloadgdb-b3b8d9bfa7698d61d2831bfbe9fa41b487e03a45.zip
gdb-b3b8d9bfa7698d61d2831bfbe9fa41b487e03a45.tar.gz
gdb-b3b8d9bfa7698d61d2831bfbe9fa41b487e03a45.tar.bz2
* op50-rom.c, w89k-rom.c, monitor.c: Modify to use two variables
to set remote load type and protocol. * rom68k-rom.c: Add to_stop in target_ops.
Diffstat (limited to 'gdb/w89k-rom.c')
-rw-r--r--gdb/w89k-rom.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/w89k-rom.c b/gdb/w89k-rom.c
index a484f022..2afe37f 100644
--- a/gdb/w89k-rom.c
+++ b/gdb/w89k-rom.c
@@ -1,7 +1,6 @@
/* 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.
This file is part of GDB.
@@ -137,7 +136,8 @@ struct monitor_ops w89k_cmds = {
"", /* end-of-command delimitor */
"", /* optional command terminator */
&w89k_ops, /* target operations */
- "srec,xmodem-ascii,xmodem-srec,default",/* load types */
+ "none,srec,default", /* load types */
+ "none,xmodem", /* load protocols */
w89k_regnames /* registers names */
};
@@ -160,7 +160,3 @@ _initialize_w89k ()
/* this is the default, since it's the only baud rate supported by the hardware */
baud_rate = 9600;
}
-
-
-
-