diff options
Diffstat (limited to 'sys/lib/libkern/arch/hppa64/bcopy.m4')
-rw-r--r-- | sys/lib/libkern/arch/hppa64/bcopy.m4 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/lib/libkern/arch/hppa64/bcopy.m4 b/sys/lib/libkern/arch/hppa64/bcopy.m4 index c5813fe5d5a..12e8ca22a1d 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.3 2007/10/13 19:26:57 kettenis Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.4 2007/11/24 19:42:01 deraadt Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -183,12 +183,6 @@ L($1, done) ' ifelse(NAME, `bcopy', ` -#if defined(LIBC_SCCS) - .text - .asciz "versionmacro" - .align 4 -#endif - LEAF_ENTRY(memcpy) ALTENTRY(memmove) copy %arg0, %r22 |