From: Ken Raeburn Date: Fri, 13 Oct 1995 22:03:11 +0000 (+0000) Subject: Use system page size for obstack chunk size instead of 128, permitting override X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=106773f83654f4f5cd645c7cf4bb17d55414c5e3;p=binutils-gdb.git Use system page size for obstack chunk size instead of 128, permitting override by application. Include missing patch from Andreas Schwab's changes. Fix up minor configuration problems. --- diff --git a/bfd/acconfig.h b/bfd/acconfig.h index 69c7ab0070a..3bf51033830 100644 --- a/bfd/acconfig.h +++ b/bfd/acconfig.h @@ -9,3 +9,6 @@ /* Name of host specific header file to include in trad-core.c. */ #undef TRAD_HEADER + +/* Define only if is available *and* it defines prstatus_t. */ +#undef HAVE_SYS_PROCFS_H