aboutsummaryrefslogtreecommitdiff
path: root/gdb/sparc-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/sparc-stub.c')
-rw-r--r--gdb/sparc-stub.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/sparc-stub.c b/gdb/sparc-stub.c
index 7da65c2..5769b25 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;
}