Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern/arch/arm Add back {, u}modsi3 for libkern sin...
details: https://anonhg.NetBSD.org/src/rev/dc30e2608182
branches: trunk
changeset: 787506:dc30e2608182
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 21 05:06:24 2013 +0000
description:
Add back {,u}modsi3 for libkern since if we are building standalone tools
we might be using the old ABI and might need them.
diffstat:
sys/lib/libkern/arch/arm/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d8f3d52c7e3c -r dc30e2608182 sys/lib/libkern/arch/arm/Makefile.inc
--- a/sys/lib/libkern/arch/arm/Makefile.inc Fri Jun 21 04:25:51 2013 +0000
+++ b/sys/lib/libkern/arch/arm/Makefile.inc Fri Jun 21 05:06:24 2013 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile.inc,v 1.17 2013/06/20 07:29:50 matt Exp $
+# $NetBSD: Makefile.inc,v 1.18 2013/06/21 05:06:24 matt Exp $
SRCS+= byte_swap_2.S byte_swap_4.S
SRCS+= ffs.S
SRCS+= divsi3.S udivsi3.S divide.S clzsi2.S
SRCS+= memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
+SRCS+= modsi3.S umodsi3.S
.if !empty(MACHINE_ARCH:Mearm*)
SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S __aeabi_lcmp.c __aeabi_ulcmp.c
.else
-SRCS+= modsi3.S umodsi3.S
.endif
Home |
Main Index |
Thread Index |
Old Index