From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14117 invoked by alias); 8 Oct 2007 11:56:53 -0000 Received: (qmail 14106 invoked by uid 22791); 8 Oct 2007 11:56:52 -0000 X-Spam-Check-By: sourceware.org Received: from ics.u-strasbg.fr (HELO ics.u-strasbg.fr) (130.79.112.250) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 08 Oct 2007 11:56:46 +0000 Received: from ICSMULLER (laocoon.u-strasbg.fr [130.79.112.72]) by ics.u-strasbg.fr (Postfix) with ESMTP id 0E80A187020; Mon, 8 Oct 2007 14:01:28 +0200 (CEST) From: "Pierre Muller" To: "'Daniel Jacobowitz'" Cc: References: <007301c80734$0f23aff0$2d6b0fd0$@u-strasbg.fr> <20071005131445.GA15179@caradoc.them.org> In-Reply-To: <20071005131445.GA15179@caradoc.them.org> Subject: RE: [RFC] Remove CHILD_POST_STARTUP_INFERIOR Date: Mon, 08 Oct 2007 11:56:00 -0000 Message-ID: <009a01c809a2$51901c50$f4b054f0$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us 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: 2007-10/txt/msg00130.txt.bz2 Daniel, could you please commit this change to gdb_ari.sh into the ss directory? I tested it locally and it seems to work OK. Thanks in advance, Pierre Muller ChangeLog entry (does not exist :() 2007-10-08 Pierre Muller * gdb_ari.sh (CHILD_POST_STARTUP_INFERIOR): Mark as fixed, by moving to ari_regression category. Index: gdb_ari.sh =================================================================== RCS file: /cvs/gdbadmin/ss/gdb_ari.sh,v retrieving revision 1.73 diff -u -p -r1.73 gdb_ari.sh --- gdb_ari.sh 14 Aug 2005 22:47:46 -0000 1.73 +++ gdb_ari.sh 8 Oct 2007 11:40:21 -0000 @@ -632,7 +632,7 @@ Replace CHILD_PREPARE_TO_STORE with inf- BEGIN { doc["CHILD_POST_STARTUP_INFERIOR"] = "\ Replace CHILD_POST_STARTUP_INFERIOR with inf-child.c" - category["CHILD_POST_STARTUP_INFERIOR"] = ari_obsolete + category["CHILD_POST_STARTUP_INFERIOR"] = ari_regression } /(^|[^_[:alnum:]])CHILD_POST_STARTUP_INFERIOR([^_[:alnum:]]|$)/ { fail("CHILD_POST_STARTUP_INFERIOR") > -----Original Message----- > From: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] On Behalf Of Daniel Jacobowitz > Sent: Friday, October 05, 2007 3:15 PM > To: Pierre Muller > Cc: gdb-patches@sourceware.org > Subject: Re: [RFC] Remove CHILD_POST_STARTUP_INFERIOR > > On Fri, Oct 05, 2007 at 11:42:35AM +0200, Pierre Muller wrote: > > CHILD_POST_STARTUP_INFERIOR > > is currently only set in > > config/i386/nm-i386.h > > and used nowhere inside gdb source tree > > (tested with "grep CHILD_POST_STARTUP_INFERIOR * */* */*/* */*/*/*" > > that returns only ChangeLog entries and the file above). > > This is fine, thanks. > > > Would the following change in gdb_ari.sh > > be the right change for this? > > No one is going to know the answer to this; there's no one left on the > GDB lists who knows anything about the ARI scripts. If you think it's > right, I can check it in for you. > > -- > Daniel Jacobowitz > CodeSourcery