From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24501 invoked by alias); 15 Apr 2009 07:12:57 -0000 Received: (qmail 24483 invoked by uid 22791); 15 Apr 2009 07:12:55 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 15 Apr 2009 07:12:49 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n3F7CPtV068802 ; Wed, 15 Apr 2009 09:12:25 +0200 (CEST) Received: from mailserver.u-strasbg.fr (ms2.u-strasbg.fr [IPv6:2001:660:2402:d::11]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n3F7CPCk016713 ; Wed, 15 Apr 2009 09:12:25 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (www-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n3F7CP2X050206 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Wed, 15 Apr 2009 09:12:25 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Joel Brobecker'" Cc: References: <007101c9bd46$f8fb9f10$eaf2dd30$@u-strasbg.fr> <20090415063807.GB7585@adacore.com> In-Reply-To: <20090415063807.GB7585@adacore.com> Subject: RE: [PATCH] gdbadmin/ss/gdb_ari.sh obsolete->regression Date: Wed, 15 Apr 2009 07:12:00 -0000 Message-ID: <000401c9bd99$89bb01b0$9d310510$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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-04/txt/msg00294.txt.bz2 I would tend to agree with you, but it's just more work... So if anyone is volunteering, fine with me, I doubt that I will have time to eradicate all those unused macros from sources. Pierre PS: I also think that it would probably be good to leave the unused functions/macros in at least one GDB release, as people using GDB source code might still be using such obsolete code, especially if it was not deprecate'd. > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Joel Brobecker > Envoy=E9=A0: Wednesday, April 15, 2009 8:38 AM > =C0=A0: Pierre Muller > Cc=A0: gdb-patches@sourceware.org > Objet=A0: Re: [PATCH] gdbadmin/ss/gdb_ari.sh obsolete->regression >=20 > > I committed the following patch that transforms all obsolete > > gdb_ari.sh script entries that had zero count into regression > entries. > > > > This allows to show more strongly any reuse of such obsolete > > function/macros. >=20 > Errr, I'm having this most wonderful thoughts, right now. Since > these macros are no longer used, can't we just delete whatever > still left of them (including documentation), and then remove them > from the ARI? It's late and I'm tired, so I'm hoping I haven't > started dreaming yet :-). >=20 > -- > Joel