Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/arch/sparc64/string Add an assembly version of mems...



details:   https://anonhg.NetBSD.org/src/rev/0a6a0740e885
branches:  trunk
changeset: 511571:0a6a0740e885
user:      eeh <eeh%NetBSD.org@localhost>
date:      Thu Jun 21 22:41:55 2001 +0000

description:
Add an assembly version of memset(3).

diffstat:

 lib/libc/arch/sparc64/string/Makefile.inc |  4 ++--
 lib/libc/arch/sparc64/string/memset.S     |  4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 886c9c3feed5 -r 0a6a0740e885 lib/libc/arch/sparc64/string/Makefile.inc
--- a/lib/libc/arch/sparc64/string/Makefile.inc Thu Jun 21 22:08:28 2001 +0000
+++ b/lib/libc/arch/sparc64/string/Makefile.inc Thu Jun 21 22:41:55 2001 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.1 1998/09/11 04:56:32 eeh Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2001/06/21 22:41:55 eeh Exp $
 
-SRCS+= bcmp.c bcopy.c bzero.S ffs.S index.c memchr.c memcmp.c memset.c \
+SRCS+= bcmp.c bcopy.c bzero.S ffs.S index.c memchr.c memcmp.c memset.S \
        rindex.c strcat.c strcmp.c strcpy.c strcspn.c strlen.S \
        strncat.c strncmp.c strncpy.c strpbrk.c strsep.c \
        strspn.c strstr.c swab.c
diff -r 886c9c3feed5 -r 0a6a0740e885 lib/libc/arch/sparc64/string/memset.S
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libc/arch/sparc64/string/memset.S     Thu Jun 21 22:41:55 2001 +0000
@@ -0,0 +1,4 @@
+/*     $NetBSD: memset.S,v 1.1 2001/06/21 22:41:56 eeh Exp $   */
+
+#define MEMSET
+#include "bzero.S"



Home | Main Index | Thread Index | Old Index