Module Name:    src
Committed By:   matt
Date:           Tue Jul 16 21:46:42 UTC 2013

Modified Files:
        src/lib/libc/arch/m68k/string: memccpy.S swab.S

Log Message:
Add END(func)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/arch/m68k/string/memccpy.S
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/arch/m68k/string/swab.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/arch/m68k/string/memccpy.S
diff -u src/lib/libc/arch/m68k/string/memccpy.S:1.2 src/lib/libc/arch/m68k/string/memccpy.S:1.3
--- src/lib/libc/arch/m68k/string/memccpy.S:1.2	Tue Jul 16 20:49:42 2013
+++ src/lib/libc/arch/m68k/string/memccpy.S	Tue Jul 16 21:46:42 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: memccpy.S,v 1.2 2013/07/16 20:49:42 matt Exp $	*/
+/*	$NetBSD: memccpy.S,v 1.3 2013/07/16 21:46:42 matt Exp $	*/
 
 /*
  * Copyright (C) 1999 Scott Reynolds.  All rights reserved.
@@ -29,7 +29,7 @@
 #include <machine/asm.h>
 
 #if defined(LIBC_SCCS) && !defined(lint)
-	RCSID("$NetBSD: memccpy.S,v 1.2 2013/07/16 20:49:42 matt Exp $")
+	RCSID("$NetBSD: memccpy.S,v 1.3 2013/07/16 21:46:42 matt Exp $")
 #endif /* LIBC_SCCS and not lint */
 
 ENTRY(memccpy)
@@ -80,3 +80,4 @@ Lmcnzdone:
 Lmcdone:
 	movl	%a0,%d0
 	rts
+END(memccpy)

Index: src/lib/libc/arch/m68k/string/swab.S
diff -u src/lib/libc/arch/m68k/string/swab.S:1.8 src/lib/libc/arch/m68k/string/swab.S:1.9
--- src/lib/libc/arch/m68k/string/swab.S:1.8	Tue Jul 16 20:49:42 2013
+++ src/lib/libc/arch/m68k/string/swab.S	Tue Jul 16 21:46:42 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: swab.S,v 1.8 2013/07/16 20:49:42 matt Exp $	*/
+/*	$NetBSD: swab.S,v 1.9 2013/07/16 21:46:42 matt Exp $	*/
 
 #include <machine/asm.h>
 
@@ -18,3 +18,4 @@ swloop:
 
 swdone:
 	rts
+END(swab)

Reply via email to