diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-08-02 11:17:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-08-02 11:17:33 +0000 |
commit | 869856075eb572073427ab6269902ea8323b8910 (patch) | |
tree | b5a15e3ac1c42456913a9f5eade7b41926199f74 /lib/libm/arch/mc68881/e_atanh.S | |
parent | 74f76b84b1df9b62548a298f6efe1080c4e8b8b6 (diff) |
Add missing $OpenBSD$ tags.
Zap wasteful RCSID("$NetBSD$")
okay deraadt@
Diffstat (limited to 'lib/libm/arch/mc68881/e_atanh.S')
-rw-r--r-- | lib/libm/arch/mc68881/e_atanh.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libm/arch/mc68881/e_atanh.S b/lib/libm/arch/mc68881/e_atanh.S index 63bbdae3114..ab74bfe7534 100644 --- a/lib/libm/arch/mc68881/e_atanh.S +++ b/lib/libm/arch/mc68881/e_atanh.S @@ -1,3 +1,4 @@ +/* $OpenBSD: e_atanh.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: @(#)atanh.s 5.1 (Berkeley) 5/17/90" - -RCSID("$NetBSD: e_atanh.S,v 1.3 1995/05/09 00:45:54 jtc Exp $") - ENTRY(__ieee754_atanh) fatanhd sp@(4),fp0 fmoved fp0,sp@- |