From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7642 invoked by alias); 30 Oct 2011 19:52:52 -0000 Received: (qmail 7634 invoked by uid 22791); 30 Oct 2011 19:52:51 -0000 X-SWARE-Spam-Status: No, hits=-2.0 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; Sun, 30 Oct 2011 19:52:37 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id D927F2BB052; Sun, 30 Oct 2011 15:52:36 -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 m4W+i-AmWL8n; Sun, 30 Oct 2011 15:52:36 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id B82CE2BB047; Sun, 30 Oct 2011 15:52:36 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E24DB145615; Sun, 30 Oct 2011 15:52:35 -0400 (EDT) Date: Sun, 30 Oct 2011 22:59:00 -0000 From: Joel Brobecker To: GDB Administrator Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Sat Oct 29 01:55:04 UTC 2011 Message-ID: <20111030195235.GC19246@adacore.com> References: <20111029015504.GA24159@sourceware.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111029015504.GA24159@sourceware.org> 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: 2011-10/txt/msg00810.txt.bz2 > > gdb/linux-nat.c:3424: comment: GNU/Linux: Do not use 'Linux', instead use 'Linux kernel' or 'GNU/Linux system'; comments should clearly differentiate between the two (this test assumes that word 'Linux' appears on the same line as the word 'GNU' or 'kernel' or a kernel version > gdb/linux-nat.c:3424: other than the leader exec'd. On an exec, the Linux I wonder if we want to consider the idea of getting rid of this rule from the ARI... In this case, the comment correctly says "Linux kernel", except that the "kernel" part is on the next line... It's not the first time that this rule triggers unnecessarily, hence the suggestion. -- Joel