Remove definition of EM_MIPS_RS4_BE. The constant was never in active use
[deliverable/binutils-gdb.git] / gdb / ser-ocd.c
index 9ce7519fc24c859c1715e7d101fe7f01a55fdd23..88ba1d1fedf9b74c49b21dd1fc0bb8da9d737997 100644 (file)
@@ -1,7 +1,8 @@
 /* Remote serial interface for Macraigor Systems implementation of
    On-Chip Debugging using serial target box or serial wiggler
 
-   Copyright 1994, 1997, 1999, 2000 Free Software Foundation, Inc.
+   Copyright 1994, 1997, 1998, 1999, 2000, 2001
+   Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -133,6 +134,12 @@ ocd_setbaudrate (serial_t scb, int rate)
   return 0;
 }
 
+static int
+ocd_setstopbits (serial_t scb, int rate)
+{
+  return 0;
+}
+
 static int
 ocd_write (serial_t scb, const char *str, int len)
 {
@@ -168,6 +175,7 @@ static struct serial_ops ocd_ops =
   ocd_print_tty_state,
   ocd_noflush_set_tty_state,
   ocd_setbaudrate,
+  ocd_setstopbits,
   ocd_noop,                    /* wait for output to drain */
 };
 
This page took 0.026399 seconds and 4 git commands to generate.