diff options
author | 2013-06-14 12:45:18 +0000 | |
---|---|---|
committer | 2013-06-14 12:45:18 +0000 | |
commit | b8c5c7a7994341d17e76772832681bf096a14f30 (patch) | |
tree | 52fc86d41cef1f27b56562e5fdf6148bbf885bd6 /sys/lib/libkern | |
parent | regen (diff) | |
download | wireguard-openbsd-b8c5c7a7994341d17e76772832681bf096a14f30.tar.xz wireguard-openbsd-b8c5c7a7994341d17e76772832681bf096a14f30.zip |
ovbcopy begone
Diffstat (limited to 'sys/lib/libkern')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 3 | ||||
-rw-r--r-- | sys/lib/libkern/arch/hppa64/bcopy.m4 | 3 |
2 files changed, 2 insertions, 4 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 diff --git a/sys/lib/libkern/arch/hppa64/bcopy.m4 b/sys/lib/libkern/arch/hppa64/bcopy.m4 index 0a6622f5e33..b8aa4d2bcc7 100644 --- a/sys/lib/libkern/arch/hppa64/bcopy.m4 +++ b/sys/lib/libkern/arch/hppa64/bcopy.m4 @@ -1,4 +1,4 @@ -define(_rcsid,``$OpenBSD: bcopy.m4,v 1.11 2013/06/14 12:40:03 kettenis Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.12 2013/06/14 12:45:18 kettenis Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -184,7 +184,6 @@ L($1, done) ifelse(NAME, `bcopy', ` LEAF_ENTRY(bcopy) -ALTENTRY(ovbcopy) copy %arg0, %ret0 copy %arg1, %arg0 copy %ret0, %arg1 |