svn commit: r280853 - head/lib/libcompiler_rt

Ed Maste emaste at FreeBSD.org
Mon Mar 30 14:28:32 UTC 2015


Author: emaste
Date: Mon Mar 30 14:28:31 2015
New Revision: 280853
URL: https://svnweb.freebsd.org/changeset/base/280853

Log:
  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

Modified:
  head/lib/libcompiler_rt/Makefile

Modified: head/lib/libcompiler_rt/Makefile
==============================================================================
--- head/lib/libcompiler_rt/Makefile	Mon Mar 30 14:13:01 2015	(r280852)
+++ head/lib/libcompiler_rt/Makefile	Mon Mar 30 14:28:31 2015	(r280853)
@@ -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 \


More information about the svn-src-head mailing list