diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-23 22:40:00 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-23 22:40:00 +0000 |
commit | 44df2a89932b19fd7f0abbb64f92a5991dcf0e64 (patch) | |
tree | 85f4757e0472112140b124b30bd0ea4470ae3da2 /gdb/sparc-stub.c | |
parent | dabbe5792c0dfb781339ad7d8f8b1c8c25cb8ec3 (diff) | |
download | gdb-44df2a89932b19fd7f0abbb64f92a5991dcf0e64.tar.gz |
import gdb-1999-08-23 snapshot
Diffstat (limited to 'gdb/sparc-stub.c')
-rw-r--r-- | gdb/sparc-stub.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/sparc-stub.c b/gdb/sparc-stub.c index 7da65c21080..5769b25d4c8 100644 --- a/gdb/sparc-stub.c +++ b/gdb/sparc-stub.c @@ -485,11 +485,6 @@ set_debug_traps() for (ht = hard_trap_info; ht->tt && ht->signo; ht++) exceptionHandler(ht->tt, trap_low); - /* In case GDB is started before us, ack any packets (presumably - "$?#xx") sitting there. */ - - putDebugChar ('+'); - initialized = 1; } |