aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-10-13 22:03:11 +0000
committerKen Raeburn <raeburn@cygnus>1995-10-13 22:03:11 +0000
commit106773f83654f4f5cd645c7cf4bb17d55414c5e3 (patch)
tree8ae52e45beceb2988964c340001a0904b986608e
parent4a29aa8458de4f522b803a5aacacaf8faea001ac (diff)
downloadgdb-106773f83654f4f5cd645c7cf4bb17d55414c5e3.zip
gdb-106773f83654f4f5cd645c7cf4bb17d55414c5e3.tar.gz
gdb-106773f83654f4f5cd645c7cf4bb17d55414c5e3.tar.bz2
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.
-rw-r--r--bfd/acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/acconfig.h b/bfd/acconfig.h
index 69c7ab0..3bf5103 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 <sys/procfs.h> is available *and* it defines prstatus_t. */
+#undef HAVE_SYS_PROCFS_H