* dvp-dis.c (print_dma): Change length from 16 to 8.
[deliverable/binutils-gdb.git] / gdb / mon960-rom.c
index fcec6a25da6f3322be92853d6d8a396591be6fb2..0987802ae515c55e7953ebddefec5bad5a20ed10 100644 (file)
@@ -28,18 +28,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "symtab.h"
 #include "symfile.h" /* for generic_load */
 
-#if !defined (HAVE_TERMIOS) && !defined (HAVE_TERMIO) && !defined (HAVE_SGTTY)
-#define HAVE_SGTTY
-#endif
-
-#ifdef HAVE_SGTTY
-#include <sys/ioctl.h>
-#endif
-
-#include <sys/types.h> /* Needed by file.h on Sys V */
-#include <sys/file.h>
-#include <signal.h>
-#include <sys/stat.h>
 
 #define USE_GENERIC_LOAD
 
@@ -149,7 +137,7 @@ static char *mon960_regnames[NUM_REGS];
 
 /* need to pause the monitor for timing reasons, so slow it down */
 
-#if 1
+#if 0
 /* FIXME: this extremely long init string causes MON960 to return two NAKS
    instead of performing the autobaud recognition, at least when gdb
    is running on Linux.  The short string below works on Linux, and on
This page took 0.023907 seconds and 4 git commands to generate.