Provide escape hatch for HAVE_PROCFS being defined.
authorMichael Meissner <gnu@the-meissners.org>
Mon, 24 Apr 1995 14:38:05 +0000 (14:38 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Mon, 24 Apr 1995 14:38:05 +0000 (14:38 +0000)
bfd/ChangeLog
bfd/hosts/i386linux.h

index de3cfe2..0ca3fd3 100644 (file)
@@ -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
index 864b0e2..90bdcd1 100644 (file)
@@ -17,4 +17,7 @@
 #define TRAD_CORE_EXTRA_SIZE_ALLOWED 4096
 
 /* Used for core file stuff only.  */
+#ifndef NO_PROCFS
 #define HAVE_PROCFS
+#endif
+