svn commit: r246372 - head/lib/libcompiler_rt

Andrew Turner andrew at FreeBSD.org
Wed Feb 6 00:01:29 UTC 2013


Author: andrew
Date: Wed Feb  6 00:01:28 2013
New Revision: 246372
URL: http://svnweb.freebsd.org/changeset/base/246372

Log:
  Add the __aeabi_mem* functions to compiler-rt as clang uses them.

Modified:
  head/lib/libcompiler_rt/Makefile

Modified: head/lib/libcompiler_rt/Makefile
==============================================================================
--- head/lib/libcompiler_rt/Makefile	Tue Feb  5 22:54:09 2013	(r246371)
+++ head/lib/libcompiler_rt/Makefile	Wed Feb  6 00:01:28 2013	(r246372)
@@ -188,6 +188,10 @@ SRCS+=	${file}.c
 .if ${MACHINE_CPUARCH} == "arm" && ${MK_ARM_EABI} != "no"
 SRCS+=	aeabi_idivmod.S \
 	aeabi_ldivmod.S \
+	aeabi_memcmp.S \
+	aeabi_memcpy.S \
+	aeabi_memmove.S \
+	aeabi_memset.S \
 	aeabi_uidivmod.S \
 	aeabi_uldivmod.S
 .endif


More information about the svn-src-all mailing list