summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-03-30 14:28:31 +0000
committeremaste <emaste@FreeBSD.org>2015-03-30 14:28:31 +0000
commit4a3a0cb1788f689f8bd948cc7c49aa1f25f65ea3 (patch)
treedfbd63b023b3dd41e7bbeee4006309fbc9655546 /lib/libcompiler_rt
parentbff85a38547c578bc059ded91a5a491cd22cd4e6 (diff)
downloadFreeBSD-src-4a3a0cb1788f689f8bd948cc7c49aa1f25f65ea3.zip
FreeBSD-src-4a3a0cb1788f689f8bd948cc7c49aa1f25f65ea3.tar.gz
compiler-rt: Build additional quad precision floating point builtins
These are needed for arm64 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2160
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index a237399..5c5e110 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -37,6 +37,7 @@ SRCF= absvdi2 \
clzti2 \
cmpdi2 \
cmpti2 \
+ comparetf2 \
ctzdi2 \
ctzsi2 \
ctzti2 \
@@ -50,6 +51,8 @@ SRCF= absvdi2 \
divxc3 \
enable_execute_stack \
eprintf \
+ extenddftf2 \
+ extendsftf2 \
ffsdi2 \
ffsti2 \
fixdfdi \
@@ -76,6 +79,7 @@ SRCF= absvdi2 \
floatdidf \
floatdisf \
floatdixf \
+ floatsitf \
floattidf \
floattisf \
floattixf \
@@ -127,6 +131,8 @@ SRCF= absvdi2 \
subvsi3 \
subvti3 \
trampoline_setup \
+ trunctfdf2 \
+ trunctfsf2 \
ucmpdi2 \
ucmpti2 \
udivdi3 \
OpenPOWER on IntegriCloud