diff options
| author | matt <matt@NetBSD.org> | 2003-02-25 20:15:02 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2003-02-25 20:15:02 +0000 |
| commit | cc005c66dbc79b15c3eb81d26efb64aa8cefbf9c (patch) | |
| tree | c7523f6e18e08b4601da8ccc5037f4f492a21547 /sys/lib | |
| parent | e8d062d58b2963d8ea2f42dbb278aaf60eb717da (diff) | |
Switch back to generic bzero/memset until new one is shown to work.
Diffstat (limited to 'sys/lib')
| -rw-r--r-- | sys/lib/libkern/arch/powerpc/Makefile.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/powerpc/Makefile.inc b/sys/lib/libkern/arch/powerpc/Makefile.inc index b4e66ffe9d1..2ed5001b6f4 100644 --- a/sys/lib/libkern/arch/powerpc/Makefile.inc +++ b/sys/lib/libkern/arch/powerpc/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.21 2003/02/24 07:14:17 matt Exp $ +# $NetBSD: Makefile.inc,v 1.22 2003/02/25 20:15:02 matt Exp $ SRCS+= __main.c __assert.c \ imax.c imin.c lmax.c lmin.c max.c min.c ulmax.c ulmin.c \ @@ -12,4 +12,6 @@ SRCS+= __main.c __assert.c \ random.c strtoul.c \ syncicache.c -SRCS+= ffs.S strlen.S bzero.S +SRCS+= ffs.S strlen.S +#SRCS+= bzero.S +SRCS+= bzero.c memset.c |
