-/* 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.
#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"
if (fpvalid == 0)
{
- printf ("no floating point status saved\n");
+ printf_unfiltered ("no floating point status saved\n");
return;
}
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);