From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30619 invoked by alias); 16 Feb 2011 18:09:15 -0000 Received: (qmail 30611 invoked by uid 22791); 16 Feb 2011 18:09:14 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 16 Feb 2011 18:09:10 +0000 Received: from mailhost3.vmware.com (mailhost3.vmware.com [10.16.27.45]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 7C38657000; Wed, 16 Feb 2011 10:09:09 -0800 (PST) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost3.vmware.com (Postfix) with ESMTP id 70C04CD990; Wed, 16 Feb 2011 10:09:09 -0800 (PST) Message-ID: <4D5C12C5.2050808@vmware.com> Date: Wed, 16 Feb 2011 18:10:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20101201) MIME-Version: 1.0 To: Yao Qi CC: "gdb-patches@sourceware.org" Subject: Re: New ARI warning Wed Feb 16 01:53:55 UTC 2011 References: <20110216015355.GA13284@sourceware.org> <4D5B61F0.1030502@codesourcery.com> In-Reply-To: <4D5B61F0.1030502@codesourcery.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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-02/txt/msg00377.txt.bz2 Yao Qi wrote: > On 02/16/2011 09:53 AM, GDB Administrator wrote: >> 1103a1104 >>> gdb/thread.c:983: gettext: _ markup: All messages should be marked up with _. >> gdb/thread.c:983: error ("invalid thread id %d\n", tmp_tid); > > This patch is obvious, and I'll apply it later today. > Thank you. Sorry about it...