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 pull in strnlen.S
details: https://anonhg.NetBSD.org/src/rev/29e6f19c6d33
branches: trunk
changeset: 784272:29e6f19c6d33
user: macallan <macallan%NetBSD.org@localhost>
date: Wed Jan 23 20:38:27 2013 +0000
description:
pull in strnlen.S
diffstat:
sys/lib/libkern/arch/arm/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 822e26b9f940 -r 29e6f19c6d33 sys/lib/libkern/arch/arm/Makefile.inc
--- a/sys/lib/libkern/arch/arm/Makefile.inc Wed Jan 23 20:27:01 2013 +0000
+++ b/sys/lib/libkern/arch/arm/Makefile.inc Wed Jan 23 20:38:27 2013 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.inc,v 1.12 2012/10/30 16:36:03 christos Exp $
+# $NetBSD: Makefile.inc,v 1.13 2013/01/23 20:38:27 macallan Exp $
SRCS+= byte_swap_2.S byte_swap_4.S
SRCS+= ffs.S
SRCS+= divsi3.S udivsi3.S divide.S clzsi2.S modsi3.S umodsi3.S
-SRCS+= memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S
+SRCS+= memcmp.S memcpy.S memset.S memmove.S strcmp.S strncmp.S strnlen.S
.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmeb"
SRCS+= __aeabi_ldivmod.S __aeabi_uldivmod.S __aeabi_lcmp.c __aeabi_ulcmp.c
Home |
Main Index |
Thread Index |
Old Index