From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13854 invoked by alias); 6 Feb 2013 02:05:10 -0000 Received: (qmail 13833 invoked by uid 22791); 6 Feb 2013 02:05:08 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 06 Feb 2013 02:04:58 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1624wUT019130 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 5 Feb 2013 21:04:58 -0500 Received: from psique (ovpn-113-130.phx2.redhat.com [10.3.113.130]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1624uWW022594 for ; Tue, 5 Feb 2013 21:04:57 -0500 From: Sergio Durigan Junior To: gdb-patches@sourceware.org Subject: Re: New ARI warning Tue Feb 5 02:01:10 UTC 2013 in -D 2013-02-05-gmt References: <20130205020110.GA5646@sourceware.org> X-URL: http://www.redhat.com Date: Wed, 06 Feb 2013 02:05:00 -0000 In-Reply-To: <20130205020110.GA5646@sourceware.org> (GDB Administrator's message of "Tue, 5 Feb 2013 02:01:10 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes 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: 2013-02/txt/msg00134.txt.bz2 On Tuesday, February 05 2013, GDB Administrator wrote: >> gdb/gdbarch.h:740: 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/gdbarch.h:740:/* The elfcore writer hook to use to write Linux prpsinfo notes to core >> gdb/gdbarch.h:741: 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/gdbarch.h:741: files. Most Linux architectures use the same prpsinfo32 or >> gdb/gdbarch.h:743: 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/gdbarch.h:743: call the Linux generic routines in bfd to write prpsinfo notes by > 556a562 These were introduced by the PRPSINFO patches, but I don't agree with them (and don't see an elegant way to fix them). Is there any way to silent those warnings? -- Sergio