diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-24 19:42:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-24 19:42:02 +0000 |
commit | 5fa378200911cde33c3fda709cf30845c65b5555 (patch) | |
tree | 7b5ed0ad580f15972833117fceffac2b0a11f15c /sys/lib/libkern/arch | |
parent | 9c9c2cf3855329d6c9d4f0f1d751d7bddc730299 (diff) |
junk SCCS
Diffstat (limited to 'sys/lib/libkern/arch')
-rw-r--r-- | sys/lib/libkern/arch/hppa/bcopy.m4 | 8 | ||||
-rw-r--r-- | sys/lib/libkern/arch/hppa64/bcopy.m4 | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/sys/lib/libkern/arch/hppa/bcopy.m4 b/sys/lib/libkern/arch/hppa/bcopy.m4 index 8548813bce5..3dc4cb552a3 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.16 2007/05/14 19:54:21 martin Exp $'')dnl +define(_rcsid,``$OpenBSD: bcopy.m4,v 1.17 2007/11/24 19:42:00 deraadt Exp $'')dnl dnl dnl dnl This is the source file for bcopy.S, spcopy.S @@ -194,12 +194,6 @@ L($1, done) ' ifelse(NAME, `bcopy', ` -#if defined(LIBC_SCCS) - .text - .asciz "versionmacro" - .align 4 -#endif - LEAF_ENTRY(memcpy) ALTENTRY(memmove) copy arg0, t1 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 |