* remote-mips.c (mips_initialize): Fix brain damage found by
authorStu Grossman <grossman@cygnus>
Wed, 8 Nov 1995 00:33:16 +0000 (00:33 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 8 Nov 1995 00:33:16 +0000 (00:33 +0000)
Jamie.  Basically had case statement in the wrong place...
* (mips_load):  Remove unnecessary `db tty0' command.  It's all
handled by mips_initialize now.

gdb/ChangeLog
gdb/remote-mips.c

index 8567b62909e1caf1d89521d17937807d2c54e9ab..aa8be8ab3493d1dc315ccbe42ec6aba84e5d762a 100644 (file)
@@ -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>
 
index 9199a28d968732795863771bff7fbc6f4a0a7e87..f6600b1424817c0e7b1a439143471ccf7e055274 100644 (file)
@@ -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 */
This page took 0.057126 seconds and 4 git commands to generate.