From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6370 invoked by alias); 20 Dec 2001 21:30:53 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5126 invoked from network); 20 Dec 2001 21:29:33 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 20 Dec 2001 21:29:33 -0000 Received: from cse.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA23095; Thu, 20 Dec 2001 13:29:31 -0800 (PST) Received: (from kev@localhost) by cse.cygnus.com (8.9.3/8.9.3) id OAA29330; Thu, 20 Dec 2001 14:29:15 -0700 Date: Thu, 20 Dec 2001 13:30:00 -0000 From: Kevin Buettner Message-Id: <1011220212915.ZM29329@ocotillo.lan> In-Reply-To: Tom Rix "PATCH : AIX build failure" (Dec 20, 4:03pm) References: <3C226039.A69E3D3F@redhat.com> X-Mailer: Z-Mail (4.0.1 13Jan97 Caldera) To: Tom Rix , gdb-patches@sources.redhat.com Subject: Re: PATCH : AIX build failure MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2001-12/txt/msg00535.txt.bz2 On Dec 20, 4:03pm, Tom Rix wrote: > This patch fixes a powerpc-ibm-aix4.3.3.0 build failure. > config/powerpc/aix.mt now includes the same files as > config/rs6000/aix4.mt > > 2001-12-20 Tom Rix > > * config/powerpc/aix.mt (TDEPFILES): Add xcoffread.o to fix a build > failure. I think this is the right place for it. But, I see that xcoffread.o is also in NATDEPFILES in config/powerpc/aix.mh. Did you somehow try an AIX build which used config/powerpc/aix.mt, but not config/powerpc/aix.mh? (BTW, you need to get yourself added to the MAINTAINERS file before you can commit this patch.) Kevin