summaryrefslogtreecommitdiff
path: root/lib/floatundidf.c
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2011-04-19 17:51:24 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2011-04-19 17:51:24 +0000
commit37b97d1cf4501b94347e0b4e880f4b25825a289f (patch)
treedbb91e0d195eb76b635f537739d87d7e75a0196b /lib/floatundidf.c
parente1f95ca8cf82f755d6c62a6dc5b745f2e5bdf7ba (diff)
downloadcompiler-rt-37b97d1cf4501b94347e0b4e880f4b25825a289f.tar.gz
compiler-rt-37b97d1cf4501b94347e0b4e880f4b25825a289f.tar.bz2
compiler-rt-37b97d1cf4501b94347e0b4e880f4b25825a289f.tar.xz
Add ARM EABI function aliases to routines
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@129768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/floatundidf.c')
-rw-r--r--lib/floatundidf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/floatundidf.c b/lib/floatundidf.c
index 506fc3c4..64bec04e 100644
--- a/lib/floatundidf.c
+++ b/lib/floatundidf.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(ul2d, floatundidf);
+
#ifndef __SOFT_FP__
/* Support for systems that have hardware floating-point; we'll set the inexact flag
* as a side-effect of this computation.