From 1f73d0c21aa44fa5ee900db4062de3e7aa1563f6 Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 6 Oct 1997 00:40:31 +0000 Subject: [PATCH] Added assembly files _memcpy.S memcpy.S memmove.S bcopy.S memset.S bzero.S --- lib/libc/arch/arm32/string/Makefile.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/libc/arch/arm32/string/Makefile.inc b/lib/libc/arch/arm32/string/Makefile.inc index d7233072c6c6..1025f48804a4 100644 --- a/lib/libc/arch/arm32/string/Makefile.inc +++ b/lib/libc/arch/arm32/string/Makefile.inc @@ -1,6 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.1 1996/02/16 20:48:37 mark Exp $ +# $NetBSD: Makefile.inc,v 1.2 1997/10/06 00:40:31 mark Exp $ -SRCS+= bcmp.c bcopy.c bzero.c ffs.c index.c memchr.c memcmp.c memset.c \ +SRCS+= memcpy.S _memcpy.S bcopy.S memset.S bzero.S +SRCS+= bcmp.c ffs.c index.c memchr.c memcmp.c \ rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.c \ strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \ strspn.c strstr.c swab.c +