* 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.
This commit is contained in:
Jim Kingdon 1993-09-02 06:20:20 +00:00
parent 7f5a51a460
commit f9440640b2
4 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,16 @@
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.

View File

@ -27,9 +27,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/param.h>
#include <sys/time.h>
/* Required by <sys/ptrace.h>. */
#include <sys/siginfo.h>
#define HAVE_TERMIO
/*#define USIZE 2048*/

View File

@ -234,7 +234,7 @@ m68*-*-sunos3*) gdb_target=sun3os3 ;;
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 ;;

View File

@ -22,13 +22,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#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 */