Allow PPC users to select which PPC/RS6000 variant they're debugging
[deliverable/binutils-gdb.git] / gdb / ser-ocd.c
index 08239bba3a4e6f66970c5c9ccd264bc560c427d9..971f84e049c451e69e3b276714795125a7cebb0d 100644 (file)
@@ -62,8 +62,10 @@ ocd_open (scb, name)
       if (dll_do_command == NULL)
        error ("Can't find do_command function in Wigglers.dll");
     }
-#endif
-
+#else
+  /* No wiggler DLLs on Unix yet, fail.  */
+  error ("Wiggler library not available for this type of host.");
+#endif /* _WIN32 */
   return 0;
 }
 
@@ -197,6 +199,7 @@ static struct serial_ops ocd_ops =
   ocd_print_tty_state,
   ocd_noflush_set_tty_state,
   ocd_setbaudrate,
+  ocd_noop,            /* wait for output to drain */
 };
 
 void
This page took 0.023579 seconds and 4 git commands to generate.