Home
last modified time | relevance | path

Searched hist:d1716b277cbaf2b4265728d559b819d73330c1ef (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c5657c5eaa59832bf1fa4f1e08e9ed59796ce018f Wed Aug 21 16:00:13 UTC 2013 Oliver Tappe <zooey@hirschkaefer.de> Fix #9928: broken printf specifiers "%La" and "%LA"

* fix unitialized variables in __printf_fphex() in case of architectures
without support for long double - this triggered unreliable results
or crashes when using %La or %La on x86
* activate long double implementation in use for x86_64 for x86, too,
as they share the long double format
(cherry picked from commit d1716b277cbaf2b4265728d559b819d73330c1ef)
d1716b277cbaf2b4265728d559b819d73330c1ef Wed Aug 21 16:00:13 UTC 2013 Oliver Tappe <zooey@hirschkaefer.de> Fix #9928: broken printf specifiers "%La" and "%LA"

* fix unitialized variables in __printf_fphex() in case of architectures
without support for long double - this triggered unreliable results
or crashes when using %La or %La on x86
* activate long double implementation in use for x86_64 for x86, too,
as they share the long double format