Provide escape hatch for HAVE_PROCFS being defined.

This commit is contained in:
Michael Meissner 1995-04-24 14:38:05 +00:00
parent a96c03cca5
commit 423b654e17
2 changed files with 8 additions and 0 deletions

View 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

View 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