summaryrefslogtreecommitdiff
path: root/bfd/rs6000-core.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2002-05-13 13:33:30 +0000
committerAlan Modra <amodra@bigpond.net.au>2002-05-13 13:33:30 +0000
commit4b6afe37dac8f07f5d795d6a3ca86ecbe3285176 (patch)
treea239bb9d04823e1a57ecdd18307f737a90adca8d /bfd/rs6000-core.c
parente5a17d0720d28a8538b11d1862dfdf7e8066fe9b (diff)
downloadgdb-4b6afe37dac8f07f5d795d6a3ca86ecbe3285176.tar.gz
* 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 0edcdc43edb..a61f25caa22 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