diff options
author | Alan Modra <amodra@gmail.com> | 2002-05-13 13:33:30 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-05-13 13:33:30 +0000 |
commit | 8395426148f8340771c51d37f9244867974ef42a (patch) | |
tree | 5ce84d82d0f116bec3f46464fb2f099ddf123fac /bfd/config.in | |
parent | f5b4e9e4490692a3f3ae1727fe0a4c11fca5d847 (diff) | |
download | gdb-8395426148f8340771c51d37f9244867974ef42a.zip gdb-8395426148f8340771c51d37f9244867974ef42a.tar.gz gdb-8395426148f8340771c51d37f9244867974ef42a.tar.bz2 |
* configure.in: Revert 2002-04-07. Instead, auto-configure
HAVE_ST_C_IMPL.
* configure: Regenerate.
* config.in: Regenerate.
* rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
or AIX_5_CORE.
Diffstat (limited to 'bfd/config.in')
-rw-r--r-- | bfd/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in index e0b0c20..222096e 100644 --- a/bfd/config.in +++ b/bfd/config.in @@ -214,6 +214,9 @@ /* Define if getenv is not declared in system header files. */ #undef NEED_DECLARATION_GETENV +/* Define if struct core_dumpx has member c_impl */ +#undef HAVE_ST_C_IMPL + /* Define if <sys/procfs.h> has prstatus_t. */ #undef HAVE_PRSTATUS_T |