* serial.h (SERIAL_SET_TTY_STATE): Comment return value.
[deliverable/binutils-gdb.git] / gdb / i386v-nat.c
index 3598d3a03f11d7b6b93d63b54c337863e1f26d53..3e16d319223618f66b5d5536917cd8a436befac3 100644 (file)
@@ -1,4 +1,4 @@
-/* Intel 386 native support.
+/* Intel 386 native support for SYSV systems (pre-SVR4).
    Copyright (C) 1988, 1989, 1991, 1992 Free Software Foundation, Inc.
 
 This file is part of GDB.
@@ -37,7 +37,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/file.h>
 #include <sys/stat.h>
 
+#ifndef NO_SYS_REG_H
 #include <sys/reg.h>
+#endif
+
 #include "ieee-float.h"
 
 #include "target.h"
@@ -129,7 +132,7 @@ i386_float_info ()
   
   if (fpvalid == 0) 
     {
-      printf ("no floating point status saved\n");
+      printf_unfiltered ("no floating point status saved\n");
       return;
     }
   
This page took 0.023395 seconds and 4 git commands to generate.