summaryrefslogtreecommitdiff
path: root/gdb/sparcl-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/sparcl-stub.c
parentdabbe5792c0dfb781339ad7d8f8b1c8c25cb8ec3 (diff)
downloadgdb-44df2a89932b19fd7f0abbb64f92a5991dcf0e64.tar.gz
import gdb-1999-08-23 snapshot
Diffstat (limited to 'gdb/sparcl-stub.c')
-rw-r--r--gdb/sparcl-stub.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/sparcl-stub.c b/gdb/sparcl-stub.c
index c7994fe5d52..bc508b3c9a9 100644
--- a/gdb/sparcl-stub.c
+++ b/gdb/sparcl-stub.c
@@ -602,11 +602,6 @@ set_debug_traps()
if (ht->tt != 4 || ! (read_psr () & 0x1000))
exceptionHandler(ht->tt, trap_low);
- /* In case GDB is started before us, ack any packets (presumably
- "$?#xx") sitting there. */
-
- putDebugChar ('+');
-
initialized = 1;
}