From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28591 invoked by alias); 16 Jan 2010 23:36:59 -0000 Received: (qmail 28582 invoked by uid 22791); 16 Jan 2010 23:36:58 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_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; Sat, 16 Jan 2010 23:36:53 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o0GNakEE031244 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 16 Jan 2010 18:36:46 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0GNai7Z019222 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 16 Jan 2010 18:36:45 -0500 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id o0GNah7m027908; Sun, 17 Jan 2010 00:36:43 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o0GNahaJ027907; Sun, 17 Jan 2010 00:36:43 +0100 Date: Sat, 16 Jan 2010 23:36:00 -0000 From: Jan Kratochvil To: Stan Shebs Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Tracepoint compile error fixes Message-ID: <20100116233642.GA27873@host0.dyn.jankratochvil.net> References: <4B524987.8070907@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B524987.8070907@codesourcery.com> User-Agent: Mutt/1.5.20 (2009-08-17) 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: 2010-01/txt/msg00431.txt.bz2 Hi Stan, On Sun, 17 Jan 2010 00:19:35 +0100, Stan Shebs wrote: > Thanks to Hui and Jan for catching these! Tested with a > manually-corrupted trace file, and committed to trunk. confirming it builds OK now under local build conditions. Thanks, Jan