diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-14 12:45:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-06-14 12:45:19 +0000 |
commit | 5f471410529de3e3e0108a2fd14656bbf50ee8a0 (patch) | |
tree | eab664849faec1b4c6c994bdbb15d4780dc6b9ce /sys/lib/libkern/arch/hppa/bcopy.m4 | |
parent | 2f70150e78d9edf81c18388e8ed764146ac8b304 (diff) |
ovbcopy begone
Diffstat (limited to 'sys/lib/libkern/arch/hppa/bcopy.m4')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index 06c0e352423..14cdf984470 100644 --- a/sys/lib/libkern/arch/hppa/bcopy.m4 +++ b/sys/lib/libkern/arch/hppa/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.21 2013/06/14 12:39:04 kettenis Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.22 2013/06/14 12:45:18 kettenis Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -195,7 +195,6 @@ L($1, done) ifelse(NAME, `bcopy', ` LEAF_ENTRY(bcopy) -ALTENTRY(ovbcopy) copy arg0, ret0 copy arg1, arg0 copy ret0, arg1 |