Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/compiler_rt ARM needs __clear_cache.



details:   https://anonhg.NetBSD.org/src/rev/893cba33dc62
branches:  trunk
changeset: 792853:893cba33dc62
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sat Jan 18 21:27:11 2014 +0000

description:
ARM needs __clear_cache.

diffstat:

 lib/libc/compiler_rt/Makefile.inc |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 861637ef2df3 -r 893cba33dc62 lib/libc/compiler_rt/Makefile.inc
--- a/lib/libc/compiler_rt/Makefile.inc Sat Jan 18 21:26:46 2014 +0000
+++ b/lib/libc/compiler_rt/Makefile.inc Sat Jan 18 21:27:11 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.12 2014/01/18 21:26:46 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.13 2014/01/18 21:27:11 joerg Exp $
 
 COMPILER_RT_SRCDIR=    ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -188,6 +188,8 @@
        aeabi_uidivmod.S \
        aeabi_uldivmod.S
 .endif
+GENERIC_SRCS+= \
+       clear_cache.c
 # Not yet, overlaps with softfloat
 #      aeabi_dcmp.S \
 #      aeabi_fcmp.S



Home | Main Index | Thread Index | Old Index