From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22621 invoked by alias); 1 Aug 2005 19:40:58 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 22497 invoked by uid 22791); 1 Aug 2005 19:40:55 -0000 Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.200) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Mon, 01 Aug 2005 19:40:55 +0000 Received: by rproxy.gmail.com with SMTP id c51so1423184rne for ; Mon, 01 Aug 2005 12:40:53 -0700 (PDT) Received: by 10.11.99.26 with SMTP id w26mr62126cwb; Mon, 01 Aug 2005 12:40:53 -0700 (PDT) Received: by 10.11.99.15 with HTTP; Mon, 1 Aug 2005 12:40:53 -0700 (PDT) Message-ID: <7f45d939050801124072592e75@mail.gmail.com> Date: Mon, 01 Aug 2005 19:40:00 -0000 From: Shaun Jackman Reply-To: Shaun Jackman To: gdb-patches@sources.redhat.com Subject: Re: gdb/symfile.c: Transfer rate calculation In-Reply-To: <20050801025658.GJ30901@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <7f45d93905070816344ea65a3c@mail.gmail.com> <20050801025658.GJ30901@nevyn.them.org> X-SW-Source: 2005-08/txt/msg00030.txt.bz2 On 7/31/05, Daniel Jacobowitz wrote: > I'd been planning to whine about the unconditional use of gettimeofday, > but we already do, so I figure it must be portable enough. Ditto > . There's no point in the extra wrappers, though. >=20 > Could you test this patch for me, please? I don't have any affected > targets easily accessible. This patch worked for me. Thanks, Daniel! Cheers, Shaun