From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21276 invoked by alias); 21 Jun 2013 16:28:02 -0000 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 Received: (qmail 21219 invoked by uid 89); 21 Jun 2013 16:28:02 -0000 X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 Received: from mail-ie0-f171.google.com (HELO mail-ie0-f171.google.com) (209.85.223.171) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 21 Jun 2013 16:28:01 +0000 Received: by mail-ie0-f171.google.com with SMTP id qd12so20077401ieb.16 for ; Fri, 21 Jun 2013 09:27:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=aCdlwvHUxvBlmKukhVytvIHF863iV6C/qlHqMO/XvTQ=; b=CX8p+A852a8OdNRR/d31mcRimL8y+6qmtE8EpDACNsPxdXY2oO51z1qz7hSjL1FoJ1 yNjE6ePVZoqkkkzeBxOIG8cNXmmbiULZVn5R8vSyYMFiVR6pn5/KxBXVfn/KCnPt8qCL ANYbQwopGbRbGP4yk0FAx54Gtrnyeo5lPLsnPn9WPeof2PyA10AkozQxCAswSzpFkCTS PiZQq68qPOHv+5/V1hPAMuQl7GznOaM7+Nt4R+cX/HRz0xOJEw1DcFMaHpLRZdQlddPs jKjx04UhKu+wqNO/SBgOwT+jlo1dVToNa9oHm6SD385N+7vN2TXQOlzhEyFRXEERHGIU smCg== MIME-Version: 1.0 X-Received: by 10.42.226.3 with SMTP id iu3mr2916341icb.117.1371832079890; Fri, 21 Jun 2013 09:27:59 -0700 (PDT) Received: by 10.64.76.116 with HTTP; Fri, 21 Jun 2013 09:27:59 -0700 (PDT) In-Reply-To: <20130621155653.GH4724@adacore.com> References: <51BB0DAE.2070504@linaro.org> <20130621155653.GH4724@adacore.com> Date: Fri, 21 Jun 2013 16:44:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] gdb/doublest.c: Use frexpl rather than ldfrexp. From: Will Newton To: Joel Brobecker Cc: "gdb-patches@sourceware.org" , Patch Tracking Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQn515Ob22e+jEtDSlDfUQan3UGpeaTM+AjYtGfmA4Uo86pSKtwZXEx15oRsOAdbUE8fUXXt X-SW-Source: 2013-06/txt/msg00599.txt.bz2 On 21 June 2013 16:56, Joel Brobecker wrote: >> 2013-06-14 Will Newton >> >> * doublest.c (ldfrexp): Remove function. >> (convert_doublest_to_floatformat): Call frexpl instead of >> ldfrexp. > > FWIW, I read Mark's message as approval of this patch, but this looks > like an improvement for me as well. Goodbye ldfrexp :). Thanks, both patches applied. -- Will Newton Toolchain Working Group, Linaro