Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI.


git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129769 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/floatdisf.c b/lib/floatdisf.c
index cdede6c..4dc13ca 100644
--- a/lib/floatdisf.c
+++ b/lib/floatdisf.c
@@ -12,7 +12,7 @@
  *===----------------------------------------------------------------------===
  */
 
-#include "int_lib.h"
+#include "abi.h"
 #include <float.h>
 
 /* Returns: convert a to a float, rounding toward even.*/
@@ -27,7 +27,7 @@
 
 ARM_EABI_FNALIAS(l2f, floatdisf);
 
-float
+COMPILER_RT_ABI float
 __floatdisf(di_int a)
 {
     if (a == 0)