aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
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/hosts
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/hosts')
-rw-r--r--bfd/hosts/.Sanitize1
-rw-r--r--bfd/hosts/delta88v4.h8
2 files changed, 9 insertions, 0 deletions
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 */