summaryrefslogtreecommitdiffstats
path: root/lib/floatsidf.c
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2011-06-02 20:02:42 +0000
committered <ed@FreeBSD.org>2011-06-02 20:02:42 +0000
commitee2dbb0f7e84d908ac62aecc178992c9be1ca636 (patch)
tree51db692a6c937b68c7180d996af6bb7952b4b55d /lib/floatsidf.c
parentcbbb7af7461cc897920c5924c6bdc1fe3b86a7e5 (diff)
downloadFreeBSD-src-ee2dbb0f7e84d908ac62aecc178992c9be1ca636.zip
FreeBSD-src-ee2dbb0f7e84d908ac62aecc178992c9be1ca636.tar.gz
Import compiler-rt r132478.
Diffstat (limited to 'lib/floatsidf.c')
-rw-r--r--lib/floatsidf.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/floatsidf.c b/lib/floatsidf.c
index 85facea..7227335 100644
--- a/lib/floatsidf.c
+++ b/lib/floatsidf.c
@@ -12,10 +12,15 @@
// mode.
//
//===----------------------------------------------------------------------===//
+#include "abi.h"
#define DOUBLE_PRECISION
#include "fp_lib.h"
+#include "int_lib.h"
+
+ARM_EABI_FNALIAS(i2d, floatsidf);
+
fp_t __floatsidf(int a) {
const int aWidth = sizeof a * CHAR_BIT;
OpenPOWER on IntegriCloud