Use assembly version of bzero() and memset().

This commit is contained in:
itohy 2002-11-20 09:52:53 +00:00
parent 5d1c87f395
commit 6e73936f81
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile.inc,v 1.9 2002/09/21 17:45:17 chs Exp $
# $NetBSD: Makefile.inc,v 1.10 2002/11/20 09:52:53 itohy Exp $
SRCS+= __main.c imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \
bswap64.c bcmp.c bzero.c ffs.S scanc.c skpc.c \
bswap64.c bcmp.c bzero.S ffs.S scanc.c skpc.c \
strcat.c strcmp.c strcpy.c strlen.c strcasecmp.c \
strncasecmp.c strncmp.c strtoul.c \
strncpy.c random.c __assert.c memchr.c memcmp.c memset.c \
strncpy.c random.c __assert.c memchr.c memcmp.c memset.S \
bcopy.S byte_swap_2.S byte_swap_4.S memcpy.S memmove.S \
ashiftrt.S ashlsi3.S ashrsi3.S lshrsi3.S movstr.S movstr_i4.S \
movstrSI.S mulsi3.S sdivsi3.S udivsi3.S