Include sys/types.h regardless of USG.
* configure.in: Fix typo (delta88r4 -> delta88v4).
* config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was
to make this work on SVR4 before SVR4 had its own configuration,
and it breaks SVR3.
Thu Sep 2 00:07:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * m88k-tdep.c: Include sys/dir.h before sys/user.h.
+ Include sys/types.h regardless of USG.
+
+ * configure.in: Fix typo (delta88r4 -> delta88v4).
+
+ * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was
+ to make this work on SVR4 before SVR4 had its own configuration,
+ and it breaks SVR3.
+
+ * config/m88k/tm-delta88v4.h: Define FRAME_CHAIN_VALID_ALTERNATE.
+
* config/m88k/delta88v4.h (NATDEPFILES): Remove infptrace.o inftarg.o.
* config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.
#include <sys/param.h>
#include <sys/time.h>
-/* Required by <sys/ptrace.h>. */
-#include <sys/siginfo.h>
-
#define HAVE_TERMIO
/*#define USIZE 2048*/
m68*-*-sunos4*) gdb_target=sun3os4 ;;
m68*-*-vxworks*) gdb_target=vxworks68 ;;
-m88*-motorola-sysv4*) gdb_target=delta88r4 ;;
+m88*-motorola-sysv4*) gdb_target=delta88v4 ;;
m88*-motorola-*) gdb_target=delta88 ;;
m88*-*-*) gdb_target=m88k ;;
#include "inferior.h"
#include "value.h"
-#ifdef USG
#include <sys/types.h>
-#endif
-
#include <sys/param.h>
#include <signal.h>
#include "gdbcore.h"
+#include <sys/dir.h> /* needed by sys/user.h on delta88 running SVR3. */
#include <sys/user.h>
#ifndef USER /* added to support BCS ptrace_user */