From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24491 invoked by alias); 31 Dec 2009 10:59:05 -0000 Received: (qmail 24483 invoked by uid 22791); 31 Dec 2009 10:59:04 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Dec 2009 10:59:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 079502BAB98; Thu, 31 Dec 2009 05:58:59 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IQPuCcmXlg3f; Thu, 31 Dec 2009 05:58:58 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 6D1DD2BAB97; Thu, 31 Dec 2009 05:58:58 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 81F7AF5937; Thu, 31 Dec 2009 11:58:26 +0100 (CET) Date: Thu, 31 Dec 2009 10:59:00 -0000 From: Joel Brobecker To: Pedro Alves Cc: gdb-patches@sourceware.org Subject: Re: [RFA/commit] Internal error while loading core on alpha-tru64 Message-ID: <20091231105826.GJ2788@adacore.com> References: <20091231070224.GE548@adacore.com> <200912310751.01964.pedro@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200912310751.01964.pedro@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-12/txt/msg00463.txt.bz2 > > 2009-12-31 Joel Brobecker > > > > Internal error while loading core on alpha-tru64. > > * corelow.c (core_open): Delete unused local variables. > > Use inferior_appeared instead of add_inferior_silent. > > This is OK. Cool, now checked in. Thanks for the quick review! > > Tested on alpha-tru64 with the AdaCore gdb-testsuite (I can no longer > > run the dejagnu testsuite on this platform). > > (You don't actually need to be able to run dejagnu on the > platform--- you should give remote host testing a try > sometime.) I would love to try it. Are there some instructions available anywhere, in the wiki, perhaps? Thanks, -- Joel