diff options
Diffstat (limited to 'lib/libm/arch/mc68881/e_log.S')
-rw-r--r-- | lib/libm/arch/mc68881/e_log.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libm/arch/mc68881/e_log.S b/lib/libm/arch/mc68881/e_log.S index d89b96039c8..d8b03499e8a 100644 --- a/lib/libm/arch/mc68881/e_log.S +++ b/lib/libm/arch/mc68881/e_log.S @@ -1,3 +1,4 @@ +/* $OpenBSD: e_log.S,v 1.3 2005/08/02 11:17:32 espie Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. @@ -33,11 +34,6 @@ #include <machine/asm.h> -;_sccsid: -;.asciz "from: @(#)log.s 5.1 (Berkeley) 5/17/90" - -RCSID("$NetBSD: e_log.S,v 1.3 1995/05/09 00:56:09 jtc Exp $") - ENTRY(__ieee754_log) flognd sp@(4),fp0 fmoved fp0,sp@- |