]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* remote-mips.c (mips_initialize): Remove unneeded call to
authorDaniel Jacobowitz <drow@false.org>
Thu, 9 Oct 2003 14:34:53 +0000 (14:34 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 9 Oct 2003 14:34:53 +0000 (14:34 +0000)
get_selected_frame.  Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.

gdb/ChangeLog
gdb/remote-mips.c

index a52f1b4df30eede50d28a23fcf9778c3c42b949d..d1683d63f93ebef8b8b9446fffb82e474200a15c 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
+
+       * remote-mips.c (mips_initialize): Remove unneeded call to
+       get_selected_frame.  Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
+
 2003-10-09  Daniel Jacobowitz  <drow@mvista.com>
 
        Merge from mainline:
index 96f39728f5414228f1129ec097dfb7900bb190e2..af74da23536dbd96ef438b7c2aad687cecaa5f83 100644 (file)
@@ -1494,10 +1494,6 @@ mips_initialize (void)
      the request itself succeeds or fails.  */
 
   mips_request ('r', 0, 0, &err, mips_receive_wait, NULL);
-  /* FIXME: cagney/2002-11-29: Force the update of selected frame.
-     This shouldn't be necessary, only many many places still refer to
-     selected_frame directly (instead of using get_selected_frame().  */
-  get_selected_frame (); /* Hack!!!  */
 }
 
 /* Open a connection to the remote board.  */