From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18365 invoked by alias); 21 Jun 2013 10:58:06 -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 18316 invoked by uid 89); 21 Jun 2013 10:58:05 -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-f170.google.com (HELO mail-ie0-f170.google.com) (209.85.223.170) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 21 Jun 2013 10:58:05 +0000 Received: by mail-ie0-f170.google.com with SMTP id e11so19213364iej.15 for ; Fri, 21 Jun 2013 03:58:04 -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=DVyFkCL6EFVjw91cMO1PMtTNO+dDruAhwG7qbfQk5fU=; b=Jzax6ZN92Wr8zmjEEH7AzEgHpGPq1dsR/Rj05enMw9NhVH6Ul+ntiyzcqA7l7jd/A4 m6jO9n6Sw6s+dfjjNWo2nxWm9mRiDpmXIWol73CigWdGk6rjaZ6s3BcCHF7DT8c8R/1s j0N7m4MXxoYOkYanfatfDNdiytZQ8gyS1fe6ksIdL4th1qb52i3QnGR7JLuCGeh/Z4Rl /gPRpBNybG4Fqxr9mYXfXTihpAQZZNPpwNHgR0XT4lQmqxyOpcHetVIqov5mPrh/VGWg 5jURJ196N11jXaGbxm5csKF6mixeslegk4YIy1ddD/iTwQ4vHfteLPVjJuEe82CLsqtc d1BA== MIME-Version: 1.0 X-Received: by 10.42.74.5 with SMTP id u5mr2278344icj.69.1371812283916; Fri, 21 Jun 2013 03:58:03 -0700 (PDT) Received: by 10.64.76.116 with HTTP; Fri, 21 Jun 2013 03:58:03 -0700 (PDT) In-Reply-To: <51BB0DAE.2070504@linaro.org> References: <51BB0DAE.2070504@linaro.org> Date: Fri, 21 Jun 2013 10:58:00 -0000 Message-ID: Subject: Re: [PATCH 2/2] gdb/doublest.c: Use frexpl rather than ldfrexp. From: Will Newton To: "gdb-patches@sourceware.org" Cc: Patch Tracking Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmDCYuLAP5Y3GQA3wS1cgWx03C8OK/PGtVzsH4uPFrWzCnU7ODsrUvWLOQ+hvyZrHrlnLwr X-SW-Source: 2013-06/txt/msg00582.txt.bz2 On 14 June 2013 13:33, Will Newton wrote: > > Most modern systems have frexpl and gnulib provides an implementation > for those that don't, so use it instead of the generic but inaccurate > ldfrexp. > > gdb/ChangeLog: > > 2013-06-14 Will Newton > > * doublest.c (ldfrexp): Remove function. > (convert_doublest_to_floatformat): Call frexpl instead of > ldfrexp. > --- > gdb/doublest.c | 49 +------------------------------------------------ > 1 file changed, 1 insertion(+), 48 deletions(-) Ping? -- Will Newton Toolchain Working Group, Linaro