This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 2/2] gdb/doublest.c: Use frexpl rather than ldfrexp.


On 14 June 2013 13:33, Will Newton <will.newton@linaro.org> 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  <will.newton@linaro.org>
>
>         * 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]