Source-Changes-HG archive

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

[src/trunk]: src/sys/lib/libkern For ARM EABI, includ divide-by-0 trap handlers.



details:   https://anonhg.NetBSD.org/src/rev/292d53a33d08
branches:  trunk
changeset: 326453:292d53a33d08
user:      joerg <joerg%NetBSD.org@localhost>
date:      Wed Jan 29 22:30:24 2014 +0000

description:
For ARM EABI, includ divide-by-0 trap handlers.

diffstat:

 sys/lib/libkern/Makefile.compiler-rt |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 8aed4847cf91 -r 292d53a33d08 sys/lib/libkern/Makefile.compiler-rt
--- a/sys/lib/libkern/Makefile.compiler-rt      Wed Jan 29 22:29:43 2014 +0000
+++ b/sys/lib/libkern/Makefile.compiler-rt      Wed Jan 29 22:30:24 2014 +0000
@@ -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 @@
        aeabi_idivmod.S \
        aeabi_ldivmod.S \
        aeabi_uidivmod.S \
-       aeabi_uldivmod.S
+       aeabi_uldivmod.S \
+       __aeabi_idiv0.c \
+       __aeabi_ldiv0.c
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index