From: Michael Meissner Date: Mon, 24 Apr 1995 14:38:05 +0000 (+0000) Subject: Provide escape hatch for HAVE_PROCFS being defined. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=423b654e17a482a39ba02986e63251e408809953;p=binutils-gdb.git Provide escape hatch for HAVE_PROCFS being defined. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index de3cfe23530..0ca3fd35e91 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 24 10:34:02 1995 Michael Meissner + + * hosts/i386linux.h (HAVE_PROCFS): If NO_PROCFS is defined, don't + define HAVE_PROCFS. + Mon Apr 24 08:33:12 1995 Michael Meissner * elf32-ppc.c (ppc_elf_relocate_section): Do not continue diff --git a/bfd/hosts/i386linux.h b/bfd/hosts/i386linux.h index 864b0e270cd..90bdcd1655e 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 +