summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/arch/sparc/umul.S
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2007-11-24 19:47:05 +0000
committerderaadt <deraadt@openbsd.org>2007-11-24 19:47:05 +0000
commit4d37325872e013990358846ce8499a10fe30178e (patch)
tree73571403ec7e9af6d767dad8e515a5b5f1b7c999 /sys/lib/libkern/arch/sparc/umul.S
parentjunk RCS (diff)
downloadwireguard-openbsd-4d37325872e013990358846ce8499a10fe30178e.tar.xz
wireguard-openbsd-4d37325872e013990358846ce8499a10fe30178e.zip
SCCS junk, bit by bit
Diffstat (limited to 'sys/lib/libkern/arch/sparc/umul.S')
-rw-r--r--sys/lib/libkern/arch/sparc/umul.S9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/lib/libkern/arch/sparc/umul.S b/sys/lib/libkern/arch/sparc/umul.S
index c011b0d38f6..9aa571ca12d 100644
--- a/sys/lib/libkern/arch/sparc/umul.S
+++ b/sys/lib/libkern/arch/sparc/umul.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: umul.S,v 1.5 2003/06/02 23:28:09 millert Exp $ */
+/* $OpenBSD: umul.S,v 1.6 2007/11/24 19:47:05 deraadt Exp $ */
/* $NetBSD: umul.S,v 1.2 1994/10/26 06:40:10 cgd Exp $ */
/*
@@ -36,13 +36,6 @@
* Header: umul.s,v 1.4 92/06/25 13:24:05 torek Exp
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-#ifdef notdef
- .asciz "@(#)umul.s 8.1 (Berkeley) 6/4/93"
-#endif
- .asciz "$OpenBSD: umul.S,v 1.5 2003/06/02 23:28:09 millert Exp $"
-#endif /* LIBC_SCCS and not lint */
-
/*
* Unsigned multiply. Returns %o0 * %o1 in %o1%o0 (i.e., %o1 holds the
* upper 32 bits of the 64-bit product).