Date: Wed, 6 Feb 2013 00:01:28 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246372 - head/lib/libcompiler_rt Message-ID: <201302060001.r1601Sfx090851@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302060001.r1601Sfx090851>