* values.c, value.h (modify_field), callers: Make fieldval a LONGEST.
[deliverable/binutils-gdb.git] / gdb / i386v-nat.c
index f43b87eb52fd75e1f45bf3987edcf25256841bed..e2ab3f34f9cc1d4cb1ce83bde4ed70a4e0ddfb6d 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"
@@ -159,7 +162,7 @@ i386_float_info ()
        perror_with_name ("read from core file");
       skip = 0;
     }
- #endif        /* 0 */ 
+#endif /* 0 */ 
 
   fpstatep = (struct fpstate *)(buf + skip);
   print_387_status (fpstatep->status, (struct env387 *)fpstatep->state);
This page took 0.024663 seconds and 4 git commands to generate.