[PATCH RFA] bfd/configure.in, bfd/configure
Kevin Buettner
kevinb@cygnus.com
Mon Apr 3 14:55:00 GMT 2000
On Feb 17, 3:42am, Kevin Buettner wrote:
> Index: configure.in
> ===================================================================
> RCS file: /cvs/src/src/bfd/configure.in,v
> retrieving revision 1.12
> diff -u -p -r1.12 configure.in
> --- configure.in 2000/01/10 18:50:16 1.12
> +++ configure.in 2000/02/17 10:40:29
> @@ -260,6 +260,12 @@ changequote([,])dnl
> COREFILE=netbsd-core.lo
> ;;
> rs6000-*-lynx*) COREFILE=lynx-core.lo ;;
> +changequote(,)dnl
> + rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
> +changequote([,])dnl
> + COREFILE=rs6000-core.lo
> + COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
> + ;;
> rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
> rs6000-*-*) COREFILE=rs6000-core.lo ;;
> powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
I've just committed the above change with the following ChangeLog
entry:
* configure.in: Added corefile support for AIX 4.3. In particular,
AIX_CORE_DUMPX_CORE will be defined in addition to AIX_CORE when
compiling rs6000-core.c.
* configure: Regenerated.
BTW, regeneration of configure was done with autoconf-2.13 instead of
2.13.1. I attempted to locate 2.13.1 from a number of sources, but
came up empty. (E.g, ftp.gnu.org didn't have it.)
Kevin
More information about the Binutils
mailing list