Add detection of IMB and IMBRange SWIs.
[deliverable/binutils-gdb.git] / gdb / remote-mm.c
index c10f97eb5dcbc0be07fc1658683d90913867537a..19455b4fc057eaff7938f1fcd4eea923e10831c2 100644 (file)
@@ -542,7 +542,7 @@ mm_wait (status)
         i=in_msg_buf->channel1_msg.length;
         in_msg_buf->channel1_msg.data[i] = '\0';
         printf("%s", in_msg_buf->channel1_msg.data);
-       gdb_flush(stdout);
+       gdb_flush(gdb_stdout);
         /* Send CHANNEL1_ACK message */
         out_msg_buf->channel1_ack_msg.code = CHANNEL1_ACK;
         out_msg_buf->channel1_ack_msg.length = 0;
@@ -1589,7 +1589,8 @@ CORE_ADDR *addr;
  */
 struct target_ops mm_ops ;
 
-static void init_mm_ops(void)
+static void 
+init_mm_ops(void)
 {
   mm_ops.to_shortname =   "minimon";
   mm_ops.to_longname =   "Remote AMD/Minimon target";
This page took 0.023642 seconds and 4 git commands to generate.