From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4893 invoked by alias); 27 Jan 2006 20:02:16 -0000 Received: (qmail 4885 invoked by uid 22791); 27 Jan 2006 20:02:15 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 27 Jan 2006 20:02:12 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id AE99A48CDFE for ; Fri, 27 Jan 2006 15:02:10 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06042-01-8 for ; Fri, 27 Jan 2006 15:02:10 -0500 (EST) Received: from takamaka.act-europe.fr (joel.gnat.com [205.232.38.116]) by nile.gnat.com (Postfix) with ESMTP id 7B21848CDDD for ; Fri, 27 Jan 2006 15:02:10 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 4B41547E7E; Fri, 27 Jan 2006 15:02:10 -0500 (EST) Date: Fri, 27 Jan 2006 20:02:00 -0000 From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Re: [RFA] fix build failure on ppc-aix Message-ID: <20060127200209.GB1457@adacore.com> References: <20060127193132.GF1203@adacore.com> <20060127194032.GA18246@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060127194032.GA18246@nevyn.them.org> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-01/txt/msg00453.txt.bz2 > > 2006-01-27 Joel Brobecker > > > > * infcmd.c (post_create_inferior): Fix copy/paste error introduced > > in the previous change. > > > > Fixes the build on ppc-aix. I also ran the testsuite out of curiosity. > > The results are fair for this platform. > > Wow, the xcoff solib code is a mess; I doubt it works right with > corefiles at all, since if this gets called, it's going to do ptrace > ops. But your patch is fine. Sigh.... More stuff for me to add to my list. I'm more interested in the solaris cleanup that I started discussing with Mark for now, but will try to remember this too. I will commit my patch shortly. Thanks, -- Joel