aboutsummaryrefslogtreecommitdiff
path: root/gdb/op50-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/op50-rom.c
parentf08a8281d396236152395e6b9ebde017d4a024a0 (diff)
downloadfsf-binutils-gdb-b3b8d9bfa7698d61d2831bfbe9fa41b487e03a45.zip
fsf-binutils-gdb-b3b8d9bfa7698d61d2831bfbe9fa41b487e03a45.tar.gz
fsf-binutils-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/op50-rom.c')
-rw-r--r--gdb/op50-rom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/op50-rom.c b/gdb/op50-rom.c
index fe58e71..9e7a63c 100644
--- a/gdb/op50-rom.c
+++ b/gdb/op50-rom.c
@@ -65,9 +65,8 @@ struct target_ops op50n_ops = {
"Debug on a Oki OP50N eval board.\n\
Specify the serial device it is connected to (e.g. /dev/ttya).",
op50n_open,
-
monitor_close,
- 0,
+ monitor_attach,
monitor_detach,
monitor_resume,
monitor_wait,
@@ -137,7 +136,8 @@ struct monitor_ops op50n_cmds = {
" ", /* end-of-command delimitor */
".\n", /* optional command terminator */
&op50n_ops, /* target operations */
- "srec,ascii-srec,default", /* load types */
+ "none,srec,default", /* load types */
+ "none", /* load types */
op50n_regnames
};