fix incorrect long double parameters on arm (and other future ports)
authorRich Felker <dalias@aerifal.cx>
Mon, 19 Sep 2011 20:59:10 +0000 (16:59 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 19 Sep 2011 20:59:10 +0000 (16:59 -0400)
commit089aeb08a083d798b59fc84cbff9383f304b1b8f
treebd2f1aabbf3bfed36b74a5a4fd46eeda1b74b4f7
parent53431b091b22a663a428c67f8c617740f5882706
fix incorrect long double parameters on arm (and other future ports)

this was the cause of crashes in printf when attempting to print
floating point values.
arch/arm/bits/float.h
src/stdlib/frexpl.c