Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 10/21/1995 16:30:03
jtc
Sat Oct 21 16:21:20 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/m68k/string
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9580

Modified Files:
	strlen.S 
Log Message:
Rewrite to remove instruction in inside of loop.  Instead of maintaining a
count, subtract the start address from the end address.


jtc
Sat Oct 21 16:24:51 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/m68k/string
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv9614

Modified Files:
	Makefile.inc 
Added Files:
	strcat.S 
Log Message:
Assembly language implementation of strcat().  Derived by merging existing
strlen() and strcpy() functions.