Remove the memcpy() alternate entry point for bcopy(), a temporary measure

until the memcpy()/bcopy() thing is worked out.
This commit is contained in:
thorpej 1998-03-02 23:40:42 +00:00
parent 669c5bea18
commit 803f5aa188
1 changed files with 1 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.S,v 1.46 1997/10/17 04:44:10 jonathan Exp $ */
/* $NetBSD: locore.S,v 1.47 1998/03/02 23:40:42 thorpej Exp $ */
/*
* Copyright (c) 1992, 1993
@ -439,14 +439,8 @@ nomatch:
END(bcmp)
/*
* memcpy(to, from, len)
* {ov}bcopy(from, to, len)
*/
ALEAF(memcpy)
move v0, a0 # swap from and to
move a0, a1
move a1, v0
LEAF(bcopy)
ALEAF(ovbcopy)
.set noat