This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [Fwd: gdb/520: AIX_CORE_DUMPX_CORE should be defined for AIX5]
- From: Andrew Cagney <ac131313 at cygnus dot com>
- To: Tom Rix <trix at redhat dot com>
- Cc: binutils at sources dot redhat dot com
- Date: Tue, 30 Apr 2002 23:36:32 -0400
- Subject: Re: [Fwd: gdb/520: AIX_CORE_DUMPX_CORE should be defined for AIX5]
- References: <3CCF4895.4010807@cygnus.com> <3CCF6CDD.15307548@redhat.com>
> Andrew,
>
> This is confusing. In the current sources here is the snippet from
> bfd/configure dealing with AIX cores:
>
> rs6000-*-aix5.* | powerpc-*-aix5.*)
> COREFILE=rs6000-core.lo
> COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
> ;;
> rs6000-*-aix4.[4-9]* | powerpc-*-aix4.[4-9]* | \
> rs6000-*-aix4.3.[3-9]* | powerpc-*-aix4.3.[3-9]*)
> COREFILE=rs6000-core.lo
> COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
>
> It looks like this patch is adding aix5 support but it is already there.
Hmm, yes. Should have checked the current sources. Sorry.
> What version of binutils is this patch derrived from?
bfd included with GDB 5.2 branched 2002-03-03. Nickc added the above
2002-03-18 looks like this:
2002-03-18 Tom Rix <trix@redhat.com>
....
* configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
Andrew