aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-03-26 01:12:53 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-03-26 01:12:53 +0000
commit471c3c3f7481de564b87c72f9d082c715a22b8fc (patch)
tree6197674d73650380dbdd3daf5b4d6f10afdd44c6 /bfd/hosts
parentde48213858127a5d92e07baa529554368ff6291f (diff)
downloadgdb-471c3c3f7481de564b87c72f9d082c715a22b8fc.zip
gdb-471c3c3f7481de564b87c72f9d082c715a22b8fc.tar.gz
gdb-471c3c3f7481de564b87c72f9d082c715a22b8fc.tar.bz2
* hosts/sysv4.h (HAVE_PROCFS): Add comments about ptx4.
* config/sysv4.mh: Add comment. * config/symmetry.mh: Change comment. * configure.host: Use sysv4, not symmetry, for i[34]86-sequent-sysv4*.
Diffstat (limited to 'bfd/hosts')
-rw-r--r--bfd/hosts/sysv4.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/hosts/sysv4.h b/bfd/hosts/sysv4.h
index c26ed3b..51ac2e7 100644
--- a/bfd/hosts/sysv4.h
+++ b/bfd/hosts/sysv4.h
@@ -19,6 +19,12 @@
#define SEEK_CUR 1
#define POSIX_UTIME
+
+/* Note that we also use this for ptx4 (sequent). ptx4 does not
+ really have procfs, but it has the relevant headers for BFD to read
+ core files, so the proper thing to do for ptx4 is define
+ HAVE_PROCFS in BFD but not GDB. */
+
#define HAVE_PROCFS /* This host has /proc support */
extern void abort PARAMS ((void));