summaryrefslogtreecommitdiff
path: root/gdb/m32r-stub.c
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>1999-08-23 22:40:00 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>1999-08-23 22:40:00 +0000
commit44df2a89932b19fd7f0abbb64f92a5991dcf0e64 (patch)
tree85f4757e0472112140b124b30bd0ea4470ae3da2 /gdb/m32r-stub.c
parentdabbe5792c0dfb781339ad7d8f8b1c8c25cb8ec3 (diff)
downloadgdb-44df2a89932b19fd7f0abbb64f92a5991dcf0e64.tar.gz
import gdb-1999-08-23 snapshot
Diffstat (limited to 'gdb/m32r-stub.c')
-rw-r--r--gdb/m32r-stub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/m32r-stub.c b/gdb/m32r-stub.c
index 7055fe013af..d4d88423776 100644
--- a/gdb/m32r-stub.c
+++ b/gdb/m32r-stub.c
@@ -1576,10 +1576,6 @@ set_debug_traps()
exceptionHandler (16, _catchException16);
/* exceptionHandler (17, _catchException17); */
- /* In case GDB is started before us, ack any packets (presumably
- "$?#xx") sitting there. */
- putDebugChar ('+');
-
initialized = 1;
}