From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13137 invoked by alias); 16 Apr 2009 09:35:06 -0000 Received: (qmail 13070 invoked by uid 22791); 16 Apr 2009 09:34:59 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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, 16 Apr 2009 09:34:53 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 60D8D2BAC45; Thu, 16 Apr 2009 05:34:51 -0400 (EDT) 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 TC5u5zv5hfuW; Thu, 16 Apr 2009 05:34:51 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 278DF2BAC33; Thu, 16 Apr 2009 05:34:51 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DE3BFF5BA6; Thu, 16 Apr 2009 00:17:22 -0700 (PDT) Date: Thu, 16 Apr 2009 09:35:00 -0000 From: Joel Brobecker To: Ulrich Weigand Cc: Pierre Muller , gdb-patches@sourceware.org Subject: Re: [PATCH] gdbadmin/ss/gdb_ari.sh obsolete->regression Message-ID: <20090416071722.GF7585@adacore.com> References: <000401c9bd99$89bb01b0$9d310510$@u-strasbg.fr> <200904151352.n3FDqCcQ021342@d12av02.megacenter.de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200904151352.n3FDqCcQ021342@d12av02.megacenter.de.ibm.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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/msg00364.txt.bz2 > B.t.w. as you're clearing up ARI results anyway (b.t.w. > thank you for your efforts in this area!), there's a > number of ARI tests where all remaining hits are in > fact false positives: > > In the Obsolete category: > > supply_register (this function no longer exists; ARI > finds local struct members with the same name as false > positive results) > > inside_entry_func (this is now a static routine; the > original reason for this ARI entry no longer applies) > > In the Deprecate category: > > SP_REGNUM, PC_REGNUM, FP0_REGNUM (these are not defined > anywhere any more; ARI finds local definitions with > extended names like E_SP_REGNUM etc.) > > In the Legacy category: > > legacy_name (this doesn't exist any more; ARI finds a > local variable with the same name) > > I think these should also be simply deleted ... Fully agreed. Nice catches, Ulrich :) -- Joel