From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25654 invoked by alias); 21 Nov 2011 04:04:07 -0000 Received: (qmail 25645 invoked by uid 22791); 21 Nov 2011 04:04:06 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_20,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from elasmtp-junco.atl.sa.earthlink.net (HELO elasmtp-junco.atl.sa.earthlink.net) (209.86.89.63) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 21 Nov 2011 04:03:51 +0000 Received: from [70.170.59.51] (helo=macbook2.local) by elasmtp-junco.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from ) id 1RSL6a-0003uM-Ki for gdb-patches@sourceware.org; Sun, 20 Nov 2011 23:03:40 -0500 Message-ID: <4EC9CD7F.5060202@earthlink.net> Date: Mon, 21 Nov 2011 04:04:00 -0000 From: Stan Shebs User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: gdb-patches@sourceware.org Subject: Re: New ARI warning Mon Nov 21 01:54:46 UTC 2011 References: <20111121015447.GA20929@sourceware.org> In-Reply-To: <20111121015447.GA20929@sourceware.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: ae6f8838ff913eba0cc1426638a40ef67e972de0d01da940da1a972f55ad0d4ff1a5015463e77934350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c 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: 2011-11/txt/msg00538.txt.bz2 On 11/20/11 5:54 PM, GDB Administrator wrote: > > gdb/tracepoint.c:1798: gettext: _ markup: All messages should be marked up with _. > gdb/tracepoint.c:1798: warning ("Target does not support trace user/notes, info ignored"); Oops, forgot about those. Fix coming soon... Stan