This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb/344: AIX4.3.2.0 build problem c_impl


> 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
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]