aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1995-11-08 00:33:16 +0000
committerStu Grossman <grossman@cygnus>1995-11-08 00:33:16 +0000
commit9cacb47b67666166e74269fde83a0378d37059ff (patch)
tree2bb240edabcdda4fb0bb2bcd2329ebf01acd021f /gdb
parentafb6948757a36857971c7f57f1d69bf0d55ab940 (diff)
downloadfsf-binutils-gdb-9cacb47b67666166e74269fde83a0378d37059ff.zip
fsf-binutils-gdb-9cacb47b67666166e74269fde83a0378d37059ff.tar.gz
fsf-binutils-gdb-9cacb47b67666166e74269fde83a0378d37059ff.tar.bz2
* remote-mips.c (mips_initialize): Fix brain damage found by
Jamie. Basically had case statement in the wrong place... * (mips_load): Remove unnecessary `db tty0' command. It's all handled by mips_initialize now.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/remote-mips.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8567b62..aa8be8a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,6 +2,8 @@ Tue Nov 7 16:02:25 1995 Stu Grossman (grossman@cygnus.com)
* remote-mips.c (mips_initialize): Fix brain damage found by
Jamie. Basically had case statement in the wrong place...
+ * (mips_load): Remove unnecessary `db tty0' command. It's all
+ handled by mips_initialize now.
Tue Nov 7 12:59:14 1995 Raymond Jou <rjou@mexican.cygnus.com>
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c
index 9199a28..f6600b1 100644
--- a/gdb/remote-mips.c
+++ b/gdb/remote-mips.c
@@ -2083,8 +2083,6 @@ mips_load (file, from_tty)
mips_load_srec (file);
- SERIAL_WRITE (mips_desc, "\015db tty0\015", sizeof "\015db tty0\015" - 1);
-
mips_initialize ();
/* Finally, make the PC point at the start address */