aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m88k
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-02 06:20:20 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-02 06:20:20 +0000
commitf9440640b260df37f488fa5c294de33183078e75 (patch)
tree49706f2a3562c26e1c879ae4a5c96db65278cd32 /gdb/config/m88k
parent7f5a51a460461f842fe1d1519800894ba8694dc4 (diff)
downloadgdb-f9440640b260df37f488fa5c294de33183078e75.zip
gdb-f9440640b260df37f488fa5c294de33183078e75.tar.gz
gdb-f9440640b260df37f488fa5c294de33183078e75.tar.bz2
* 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.
Diffstat (limited to 'gdb/config/m88k')
-rw-r--r--gdb/config/m88k/xm-delta88.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config/m88k/xm-delta88.h b/gdb/config/m88k/xm-delta88.h
index 51ae16f..c66aed8 100644
--- a/gdb/config/m88k/xm-delta88.h
+++ b/gdb/config/m88k/xm-delta88.h
@@ -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*/