From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22566 invoked by alias); 21 Jun 2013 15:56:57 -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 22555 invoked by uid 89); 21 Jun 2013 15:56:57 -0000 X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 21 Jun 2013 15:56:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id CC1441C6206; Fri, 21 Jun 2013 11:56:55 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id My46hGl5nbT2; Fri, 21 Jun 2013 11:56:55 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 995BC1C61FE; Fri, 21 Jun 2013 11:56:55 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 042B6C14BE; Fri, 21 Jun 2013 08:56:53 -0700 (PDT) Date: Fri, 21 Jun 2013 16:28:00 -0000 From: Joel Brobecker To: Will Newton Cc: gdb-patches@sourceware.org, patches@linaro.org Subject: Re: [PATCH 2/2] gdb/doublest.c: Use frexpl rather than ldfrexp. Message-ID: <20130621155653.GH4724@adacore.com> References: <51BB0DAE.2070504@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51BB0DAE.2070504@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00598.txt.bz2 > 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 :). Thank you, -- Joel