Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/arch/x86_64/string Remove now-non-existant bzero.S ...



details:   https://anonhg.NetBSD.org/src/rev/beb1c7607335
branches:  trunk
changeset: 791573:beb1c7607335
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Nov 23 22:23:31 2013 +0000

description:
Remove now-non-existant bzero.S from sources list.

diffstat:

 lib/libc/arch/x86_64/string/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r f3ab6659e067 -r beb1c7607335 lib/libc/arch/x86_64/string/Makefile.inc
--- a/lib/libc/arch/x86_64/string/Makefile.inc  Sat Nov 23 22:23:26 2013 +0000
+++ b/lib/libc/arch/x86_64/string/Makefile.inc  Sat Nov 23 22:23:31 2013 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.4 2009/07/30 20:57:17 dsl Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2013/11/23 22:23:31 jakllsch Exp $
 
 # objects built from assembler sources
-SRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S \
+SRCS+= bcmp.S bcopy.S ffs.S memchr.S memcmp.S \
        memcpy.S memmove.S memset.S strcat.S strchr.S \
        strcmp.S strcpy.S strlen.S strncmp.S strrchr.S swab.S



Home | Main Index | Thread Index | Old Index