From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28355 invoked by alias); 29 Jul 2004 09:02:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 28348 invoked from network); 29 Jul 2004 09:02:58 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 29 Jul 2004 09:02:58 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i6T92ve1011955; Thu, 29 Jul 2004 05:02:57 -0400 Received: from localhost (mail@vpnuser3.surrey.redhat.com [172.16.9.3]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6T92va31261; Thu, 29 Jul 2004 05:02:57 -0400 Received: from rsandifo by localhost with local (Exim 3.35 #1) id 1Bq6oS-0000Qo-00; Thu, 29 Jul 2004 10:02:56 +0100 To: Nathan Sidwell Cc: GCC Patches Subject: Re: [gcov]:Remove ftruncate References: <4108BC97.6050404@codesourcery.com> From: Richard Sandiford Date: Thu, 29 Jul 2004 18:34:00 -0000 In-Reply-To: <4108BC97.6050404@codesourcery.com> (Nathan Sidwell's message of "Thu, 29 Jul 2004 10:00:07 +0100") Message-ID: <87oelztccf.fsf@redhat.com> User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-07/txt/msg02618.txt.bz2 Nathan Sidwell writes: > I've installed this patch which removes the need for ftruncate within > libgcov. Thanks! And sorry again for the earlier stupidity... Richard