summaryrefslogtreecommitdiff
path: root/gdb/monitor.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-02-04 23:26:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-02-04 23:26:43 +0000
commitc20ef709c57de74d5f7955d173d9a67ebdea5c50 (patch)
tree5f5b6136ba3c6b5b2d4ecc92059d2589e061f51c /gdb/monitor.c
parent65d22babac4a5f9f7eaa8aad98924a12eab6aef8 (diff)
downloadgdb-c20ef709c57de74d5f7955d173d9a67ebdea5c50.tar.gz
2003-02-04 Andrew Cagney <ac131313@redhat.com>
* NEWS: Note that the m32r-*-elf* is obsolete. * monitor.c (monitor_expect): Obsolete reference to m32r. * configure.tgt: Mark m32r-*-elf* as obsolete. * MAINTAINERS: Mark m32k as obsolete. * m32r-rom.c: Obsolete file. * config/m32r/m32r.mt: Obsolete file. * config/m32r/tm-m32r.h: Obsolete file. * m32r-stub.c: Obsolete file. * m32r-tdep.c: Obsolete file.
Diffstat (limited to 'gdb/monitor.c')
-rw-r--r--gdb/monitor.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/gdb/monitor.c b/gdb/monitor.c
index 8f1450069b7..f58ed2aa6ef 100644
--- a/gdb/monitor.c
+++ b/gdb/monitor.c
@@ -569,12 +569,14 @@ monitor_expect (char *string, char *buf, int buflen)
return 0;
}
}
- else if ((c == '\021' || c == '\023') &&
- (STREQ (targ_ops->to_shortname, "m32r")
- || STREQ (targ_ops->to_shortname, "mon2000")))
- { /* m32r monitor emits random DC1/DC3 chars */
- continue;
- }
+#if 0
+ // OBSOLETE else if ((c == '\021' || c == '\023') &&
+ // OBSOLETE (STREQ (targ_ops->to_shortname, "m32r")
+ // OBSOLETE || STREQ (targ_ops->to_shortname, "mon2000")))
+ // OBSOLETE { /* m32r monitor emits random DC1/DC3 chars */
+ // OBSOLETE continue;
+ // OBSOLETE }
+#endif
else
{
/* We got a character that doesn't match the string. We need to