aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/hosts/i386linux.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index de3cfe2..0ca3fd3 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 24 10:34:02 1995 Michael Meissner <meissner@cygnus.com>
+
+ * hosts/i386linux.h (HAVE_PROCFS): If NO_PROCFS is defined, don't
+ define HAVE_PROCFS.
+
Mon Apr 24 08:33:12 1995 Michael Meissner <meissner@cygnus.com>
* elf32-ppc.c (ppc_elf_relocate_section): Do not continue
diff --git a/bfd/hosts/i386linux.h b/bfd/hosts/i386linux.h
index 864b0e2..90bdcd1 100644
--- a/bfd/hosts/i386linux.h
+++ b/bfd/hosts/i386linux.h
@@ -17,4 +17,7 @@
#define TRAD_CORE_EXTRA_SIZE_ALLOWED 4096
/* Used for core file stuff only. */
+#ifndef NO_PROCFS
#define HAVE_PROCFS
+#endif
+