* Re: gdb/344: AIX4.3.2.0 build problem c_impl
[not found] ` <20020404052822.GS1042@bubble.sa.bigpond.net.au>
@ 2002-04-07 14:42 ` Andrew Cagney
2002-04-07 14:51 ` Andrew Cagney
0 siblings, 1 reply; 2+ messages in thread
From: Andrew Cagney @ 2002-04-07 14:42 UTC (permalink / raw)
To: Alan Modra; +Cc: binutils, gdb-patches
> On Wed, Mar 27, 2002 at 11:57:05PM -0500, Andrew Cagney wrote:
>
>>
>> * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
>> is greater or equal to 4.3.3.
>> * configure: Regenerate.
>
>
> Looks OK to me.
I've checked it in - trunk and 5.2 GDB branch.
Andrew
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: gdb/344: AIX4.3.2.0 build problem c_impl
2002-04-07 14:42 ` gdb/344: AIX4.3.2.0 build problem c_impl Andrew Cagney
@ 2002-04-07 14:51 ` Andrew Cagney
0 siblings, 0 replies; 2+ messages in thread
From: Andrew Cagney @ 2002-04-07 14:51 UTC (permalink / raw)
To: Andrew Cagney, Alan Modra; +Cc: binutils, gdb-patches
[-- Attachment #1: Type: text/plain, Size: 343 bytes --]
> On Wed, Mar 27, 2002 at 11:57:05PM -0500, Andrew Cagney wrote:
>
>
> * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
> is greater or equal to 4.3.3.
> * configure: Regenerate.
>
>
> Looks OK to me.
Look closer :-)
> I've checked it in - trunk and 5.2 GDB branch.
.... along with the attached tipo fix!
enjoy,
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 733 bytes --]
2002-04-07 Andrew Cagney <ac131313@redhat.com>
* configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
pattern.
* configure: Re-generate.
Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.90
diff -u -r1.90 configure.in
--- configure.in 7 Apr 2002 21:42:32 -0000 1.90
+++ configure.in 7 Apr 2002 21:47:27 -0000
@@ -332,7 +332,7 @@
COREFLAG="$COREFLAG -DAIX_5_CORE -DAIX_CORE_DUMPX_CORE"
;;
changequote(,)dnl
- rs6000-*-aix4.[4-9]* | powerpc-*-aix4.[4-9]* \
+ rs6000-*-aix4.[4-9]* | powerpc-*-aix4.[4-9]* | \
rs6000-*-aix4.3.[3-9]* | powerpc-*-aix4.3.[3-9]*)
changequote([,])dnl
COREFILE=rs6000-core.lo
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-04-07 21:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <3CA2A2A1.7060902@cygnus.com>
[not found] ` <20020404052822.GS1042@bubble.sa.bigpond.net.au>
2002-04-07 14:42 ` gdb/344: AIX4.3.2.0 build problem c_impl Andrew Cagney
2002-04-07 14:51 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox