gdb/doublest.c: Use frexpl rather than ldfrexp.
authorWill Newton <willnewton@sourceware.org>
Fri, 21 Jun 2013 16:24:14 +0000 (16:24 +0000)
committerWill Newton <willnewton@sourceware.org>
Fri, 21 Jun 2013 16:24:14 +0000 (16:24 +0000)
commit85d3b769fc320dbcaa90362b631887198389e635
treed5302dc8880d2d2088d573cf23f2cb326890d049
parent88b48903525b1683e1c00ad10cf4bc0be6718f5d
gdb/doublest.c: Use frexpl rather than ldfrexp.

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-21  Will Newton  <will.newton@linaro.org>

* doublest.c (ldfrexp): Remove function.
(convert_doublest_to_floatformat): Call frexpl instead of
ldfrexp.
gdb/ChangeLog
gdb/doublest.c