Module Name: src
Committed By: joerg
Date: Wed Jan 29 22:30:24 UTC 2014
Modified Files:
src/sys/lib/libkern: Makefile.compiler-rt
Log Message:
For ARM EABI, includ divide-by-0 trap handlers.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/lib/libkern/Makefile.compiler-rt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/lib/libkern/Makefile.compiler-rt
diff -u src/sys/lib/libkern/Makefile.compiler-rt:1.2 src/sys/lib/libkern/Makefile.compiler-rt:1.3
--- src/sys/lib/libkern/Makefile.compiler-rt:1.2 Fri Jan 17 00:49:55 2014
+++ src/sys/lib/libkern/Makefile.compiler-rt Wed Jan 29 22:30:24 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.compiler-rt,v 1.2 2014/01/17 00:49:55 joerg Exp $
+# $NetBSD: Makefile.compiler-rt,v 1.3 2014/01/29 22:30:24 joerg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -86,7 +86,9 @@ GENERIC_SRCS+= \
aeabi_idivmod.S \
aeabi_ldivmod.S \
aeabi_uidivmod.S \
- aeabi_uldivmod.S
+ aeabi_uldivmod.S \
+ __aeabi_idiv0.c \
+ __aeabi_ldiv0.c
. endif
.endif