Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/22/1997 03:30:01
mark
Fri Nov 21 19:27:14 PST 1997
Update of /cvsroot/src/lib/libc/arch/arm32/string
In directory netbsd1:/var/slash-tmp/cvs-serv16042

Modified Files:
	memcpy.S memmove.S 
Log Message:
Fix a glaring bug in the assembly stubs for memcpy() and memmove() that
meant the src address was being returned rather than the dst address.
Spotted by Chris Demetriou.