diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-10-13 22:03:11 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-10-13 22:03:11 +0000 |
commit | 106773f83654f4f5cd645c7cf4bb17d55414c5e3 (patch) | |
tree | 8ae52e45beceb2988964c340001a0904b986608e /bfd | |
parent | 4a29aa8458de4f522b803a5aacacaf8faea001ac (diff) | |
download | gdb-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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/acconfig.h | 3 |
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 |