aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-02 06:06:40 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-02 06:06:40 +0000
commitaa93c577df9cc251f2cf5fa619a932b2acce7b8b (patch)
tree9b3ee3b33b3d6da99e23dc78aa1e22bd4aa9703e /bfd
parentd9a23ef7702f5543c150acce3f5038735ac1e42e (diff)
downloadgdb-aa93c577df9cc251f2cf5fa619a932b2acce7b8b.zip
gdb-aa93c577df9cc251f2cf5fa619a932b2acce7b8b.tar.gz
gdb-aa93c577df9cc251f2cf5fa619a932b2acce7b8b.tar.bz2
* hosts/delta88v4.h: New for SVR4.
* configure.hosts: Use it.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/configure.host8
-rw-r--r--bfd/hosts/.Sanitize1
-rw-r--r--bfd/hosts/delta88v4.h8
4 files changed, 19 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index fc028d5..cf98fbb 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 2 00:59:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * hosts/delta88v4.h: New for SVR4.
+ * configure.hosts: Use it.
+
Wed Sep 1 14:23:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
* libaout.h, netbsd386.c: Change M_I386 to M_386_NETBSD. M_I386
diff --git a/bfd/configure.host b/bfd/configure.host
index bf6cf07..383a8ed 100644
--- a/bfd/configure.host
+++ b/bfd/configure.host
@@ -25,6 +25,7 @@ hppa*-hp-bsd*) my_host=hppabsd ;;
hppa*-hp-osf*) my_host=hppaosf ;;
i[34]86-*-bsd*) my_host=i386bsd ;;
+i[34]86-*-netbsd) my_host=i386bsd ;;
i[34]86-*-lynx*) my_host=i386lynx ;;
i[34]86-ncr*-sysv4*) my_host=ncr3000 ;;
i[34]86-*-go32*) my_host=go32 ;;
@@ -62,9 +63,10 @@ m68*-motorola-sysv*) my_host=delta68 ;;
m68*-sony-*) my_host=news ;;
m68*-sun-*) my_host=sun3 ;;
-m88k-motorola-*) my_host=delta88 ;;
-m88k-harris-*) my_host=harris ;;
-m88k-*-dgux*) my_host=dgux ;;
+m88*-*-sysv4*) my_host=delta88v4 ;;
+m88*-motorola-sysv*) my_host=delta88 ;;
+m88*-harris-*) my_host=harris ;;
+m88*-*-dgux*) my_host=dgux ;;
# Apparently the same config file as for 386 works.
ns32k-*-mach*) my_host=i386mach3 ;;
diff --git a/bfd/hosts/.Sanitize b/bfd/hosts/.Sanitize
index a9fc7ef..422f243 100644
--- a/bfd/hosts/.Sanitize
+++ b/bfd/hosts/.Sanitize
@@ -33,6 +33,7 @@ decstation.h
dgux.h
delta68.h
delta88.h
+delta88v4.h
dose.h
dpx2.h
go32.h
diff --git a/bfd/hosts/delta88v4.h b/bfd/hosts/delta88v4.h
index e69de29..3662ab2 100644
--- a/bfd/hosts/delta88v4.h
+++ b/bfd/hosts/delta88v4.h
@@ -0,0 +1,8 @@
+/* Delta88 running SVR4. */
+
+#include <unistd.h>
+
+#define STDC_HEADERS
+#include "hosts/std-host.h"
+
+#define HAVE_PROCFS /* This host has /proc support */