diff options
Diffstat (limited to 'compiler-rt/lib/floatdidf.c')
-rw-r--r-- | compiler-rt/lib/floatdidf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler-rt/lib/floatdidf.c b/compiler-rt/lib/floatdidf.c index cad354a57fc..1633f738408 100644 --- a/compiler-rt/lib/floatdidf.c +++ b/compiler-rt/lib/floatdidf.c @@ -23,6 +23,10 @@ /* seee eeee eeee mmmm mmmm mmmm mmmm mmmm | mmmm mmmm mmmm mmmm mmmm mmmm mmmm mmmm */ +#include "int_lib.h" + +ARM_EABI_FNALIAS(l2d, floatdidf); + #ifndef __SOFT_FP__ /* Support for systems that have hardware floating-point; we'll set the inexact flag * as a side-effect of this computation. |