diff options
author | Stan Shebs <shebs@codesourcery.com> | 1996-04-22 23:46:02 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1996-04-22 23:46:02 +0000 |
commit | 178ed3389881731c8d6f878f4807a023c6d747f1 (patch) | |
tree | 4900e395fdd93c1e26343881b693f3487c9861c3 /gdb/remote-os9k.c | |
parent | bee69a3283f1dff889f5cb053410eec0edda9a7c (diff) | |
download | gdb-178ed3389881731c8d6f878f4807a023c6d747f1.zip gdb-178ed3389881731c8d6f878f4807a023c6d747f1.tar.gz gdb-178ed3389881731c8d6f878f4807a023c6d747f1.tar.bz2 |
* monitor.h: Clean up comment formatting.
(current_monitor): Remove decl.
(LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions.
(push_monitor, SREC_SIZE): Remove.
* monitor.c: Expand old macro into current_monitor derefs
everywhere.
* remote-os9k.c (current_monitor): Remove definition.
Diffstat (limited to 'gdb/remote-os9k.c')
-rw-r--r-- | gdb/remote-os9k.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/remote-os9k.c b/gdb/remote-os9k.c index fda5272..f195aaf 100644 --- a/gdb/remote-os9k.c +++ b/gdb/remote-os9k.c @@ -33,6 +33,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ of ROMBUG is not available yet. */ +/* FIXME This file needs to be rewritten if it's to work again, either + to self-contained or to use the new monitor interface. */ + #include "defs.h" #include "gdbcore.h" #include "target.h" @@ -54,7 +57,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #include "objfiles.h" #include "gdb-stabs.h" -struct monitor_ops *current_monitor; struct cmd_list_element *showlist; extern struct target_ops rombug_ops; /* Forward declaration */ extern struct monitor_ops rombug_cmds; /* Forward declaration */ |