From 8395426148f8340771c51d37f9244867974ef42a Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 13 May 2002 13:33:30 +0000 Subject: * 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. --- bfd/rs6000-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/rs6000-core.c') 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 -- cgit v1.1