From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3807 invoked by alias); 14 Apr 2005 19:34: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 3798 invoked from network); 14 Apr 2005 19:34:50 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 14 Apr 2005 19:34:50 -0000 Received: from drow by nevyn.them.org with local (Exim 4.50 #1 (Debian)) id 1DMA6z-0005Ac-QF; Thu, 14 Apr 2005 15:34:49 -0400 Date: Thu, 14 Apr 2005 19:34:00 -0000 From: Daniel Jacobowitz To: Manoj Iyer Cc: gdb-patches@sources.redhat.com Subject: Re: [RFC]first set of 3 patches to build GDB with xlc on AIX 5.3 Message-ID: <20050414193449.GA19792@nevyn.them.org> Mail-Followup-To: Manoj Iyer , gdb-patches@sources.redhat.com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.8i X-SW-Source: 2005-04/txt/msg00144.txt.bz2 On Wed, Apr 13, 2005 at 08:57:55PM -0500, Manoj Iyer wrote: > > Here are 3 patches that I used to (partially) build GDB on AIX 5.3 using > the XLC compiler. Please review and approve for commit. Is there a > maintainer for GDB on AIX? I would love to volunteer as one in the absence > of a full time maintainer for GDB for AIX. Ok, here are is the first set > of patches, I will post a few more tomorrow... Please, post patches one at a time with changelogs if you want them to be reviewed. #1 and #3 look plausible. #2 is definitely wrong; there are missing dependencies somewhere. The order of things in a dependency line is not significant to make except accidentally. -- Daniel Jacobowitz CodeSourcery, LLC