aboutsummaryrefslogtreecommitdiff
path: root/bfd/rs6000-core.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2002-05-13 13:33:30 +0000
committerAlan Modra <amodra@gmail.com>2002-05-13 13:33:30 +0000
commit8395426148f8340771c51d37f9244867974ef42a (patch)
tree5ce84d82d0f116bec3f46464fb2f099ddf123fac /bfd/rs6000-core.c
parentf5b4e9e4490692a3f3ae1727fe0a4c11fca5d847 (diff)
downloadgdb-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/rs6000-core.c')
-rw-r--r--bfd/rs6000-core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/rs6000-core.c b/bfd/rs6000-core.c
index 0edcdc4..a61f25c 100644
--- a/bfd/rs6000-core.c
+++ b/bfd/rs6000-core.c
@@ -182,7 +182,7 @@ typedef union {
/* Return the c_impl field from struct core_dumpx C. */
-#ifdef AIX_CORE_DUMPX_CORE
+#if defined (HAVE_ST_C_IMPL) || defined (AIX_5_CORE)
# define CNEW_IMPL(c) (c).c_impl
#else
# define CNEW_IMPL(c) 0