summaryrefslogtreecommitdiff
path: root/lib/builtins/floatdidf.c
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-17 20:22:58 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-17 20:22:58 +0000
commit834763c1a4849df24fd4f9b466d0c160cf7ed44b (patch)
tree1c6fea236073013cc298bc2450d9556d2b0d8e44 /lib/builtins/floatdidf.c
parentf9102cdabba485d415359124bece145f4a7d9089 (diff)
Notes
Diffstat (limited to 'lib/builtins/floatdidf.c')
-rw-r--r--lib/builtins/floatdidf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/builtins/floatdidf.c b/lib/builtins/floatdidf.c
index fccb29072407c..681fecef96824 100644
--- a/lib/builtins/floatdidf.c
+++ b/lib/builtins/floatdidf.c
@@ -104,7 +104,7 @@ __floatdidf(di_int a)
}
#endif
-#if defined(__AEABI__)
+#if defined(__ARM_EABI__)
AEABI_RTABI double __aeabi_l2d(di_int a) {
return __floatdidf(a);
}