From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9191 invoked by alias); 26 Jan 2015 11:42:56 -0000 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 Received: (qmail 9147 invoked by uid 89); 26 Jan 2015 11:42:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 26 Jan 2015 11:42:52 +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 t0QBgnHl020912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 26 Jan 2015 06:42:49 -0500 Received: from blokker.wildebeest.org (ovpn-116-80.ams2.redhat.com [10.36.116.80]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t0QBglNv018904 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 26 Jan 2015 06:42:49 -0500 Received: by blokker.wildebeest.org (Postfix, from userid 1000) id 8117120576; Mon, 26 Jan 2015 12:42:46 +0100 (CET) Date: Mon, 26 Jan 2015 16:19:00 -0000 From: Mark Wielaard To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: New ARI warning Sat Jan 24 01:55:33 UTC 2015 Message-ID: <20150126114246.GA3677@blokker.wildebeest.org> References: <20150124015533.GA15183@sourceware.org> <20150124141250.GA19834@blokker.redhat.com> <20150124141517.GB19834@blokker.redhat.com> <54C61C28.7050202@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54C61C28.7050202@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-SW-Source: 2015-01/txt/msg00701.txt.bz2 On Mon, Jan 26, 2015 at 06:51:20PM +0800, Yao Qi wrote: > On 01/24/2015 10:15 PM, Mark Wielaard wrote: > > Subject: [PATCH] Fix ARI warning in stack.c (return_command). > > > > gdb/ChangeLog > > > > * stack.c (return_command): Markup warning message with _. > > It is OK as the change is obvious. Thanks, pushed. I hadn't pushed yet because I didn't know which build target to run locally to check the ARI warning was fixed. Cheers, Mark