summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/spmath
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/spmath')
-rw-r--r--sys/arch/hppa/spmath/cnv_float.h5
-rw-r--r--sys/arch/hppa/spmath/dbl_float.h5
-rw-r--r--sys/arch/hppa/spmath/dfadd.c5
-rw-r--r--sys/arch/hppa/spmath/dfcmp.c5
-rw-r--r--sys/arch/hppa/spmath/dfdiv.c5
-rw-r--r--sys/arch/hppa/spmath/dfmpy.c5
-rw-r--r--sys/arch/hppa/spmath/dfrem.c5
-rw-r--r--sys/arch/hppa/spmath/dfsqrt.c5
-rw-r--r--sys/arch/hppa/spmath/dfsub.c5
-rw-r--r--sys/arch/hppa/spmath/divsfm.c5
-rw-r--r--sys/arch/hppa/spmath/divsfr.c5
-rw-r--r--sys/arch/hppa/spmath/divsim.c5
-rw-r--r--sys/arch/hppa/spmath/divsir.c5
-rw-r--r--sys/arch/hppa/spmath/divu.S5
-rw-r--r--sys/arch/hppa/spmath/divufr.c5
-rw-r--r--sys/arch/hppa/spmath/divuir.c5
-rw-r--r--sys/arch/hppa/spmath/fcnvff.c5
-rw-r--r--sys/arch/hppa/spmath/fcnvfx.c5
-rw-r--r--sys/arch/hppa/spmath/fcnvfxt.c5
-rw-r--r--sys/arch/hppa/spmath/fcnvxf.c5
-rw-r--r--sys/arch/hppa/spmath/float.h6
-rw-r--r--sys/arch/hppa/spmath/fpbits.h5
-rw-r--r--sys/arch/hppa/spmath/frnd.c5
-rw-r--r--sys/arch/hppa/spmath/hppa.h4
-rw-r--r--sys/arch/hppa/spmath/impys.S5
-rw-r--r--sys/arch/hppa/spmath/impyu.S5
-rw-r--r--sys/arch/hppa/spmath/md.h5
-rw-r--r--sys/arch/hppa/spmath/mdrr.c5
-rw-r--r--sys/arch/hppa/spmath/mpyaccs.c5
-rw-r--r--sys/arch/hppa/spmath/mpyaccu.c5
-rw-r--r--sys/arch/hppa/spmath/mpys.c5
-rw-r--r--sys/arch/hppa/spmath/mpyscv.c5
-rw-r--r--sys/arch/hppa/spmath/mpyu.c5
-rw-r--r--sys/arch/hppa/spmath/mpyucv.c5
-rw-r--r--sys/arch/hppa/spmath/quad_float.h6
-rw-r--r--sys/arch/hppa/spmath/setovfl.c5
-rw-r--r--sys/arch/hppa/spmath/sfadd.c5
-rw-r--r--sys/arch/hppa/spmath/sfcmp.c5
-rw-r--r--sys/arch/hppa/spmath/sfdiv.c5
-rw-r--r--sys/arch/hppa/spmath/sfmpy.c5
-rw-r--r--sys/arch/hppa/spmath/sfrem.c5
-rw-r--r--sys/arch/hppa/spmath/sfsqrt.c5
-rw-r--r--sys/arch/hppa/spmath/sfsub.c5
-rw-r--r--sys/arch/hppa/spmath/sgl_float.h5
44 files changed, 2 insertions, 219 deletions
diff --git a/sys/arch/hppa/spmath/cnv_float.h b/sys/arch/hppa/spmath/cnv_float.h
index adf7b6bc5e6..2e5fcf89ff4 100644
--- a/sys/arch/hppa/spmath/cnv_float.h
+++ b/sys/arch/hppa/spmath/cnv_float.h
@@ -35,11 +35,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)cnv_float.h: $Revision: 1.1 $ $Date: 1998/06/23 20:33:50 $
- * $Locker: $
- *
- */
/*
* Some more constants
diff --git a/sys/arch/hppa/spmath/dbl_float.h b/sys/arch/hppa/spmath/dbl_float.h
index 0ad4531a02e..858fcf85735 100644
--- a/sys/arch/hppa/spmath/dbl_float.h
+++ b/sys/arch/hppa/spmath/dbl_float.h
@@ -35,11 +35,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)dbl_float.h: $Revision: 1.1 $ $Date: 1998/06/23 20:33:51 $
- * $Locker: $
- *
- */
/**************************************
* Declare double precision functions *
**************************************/
diff --git a/sys/arch/hppa/spmath/dfadd.c b/sys/arch/hppa/spmath/dfadd.c
index a6a28f88457..6250810fb6a 100644
--- a/sys/arch/hppa/spmath/dfadd.c
+++ b/sys/arch/hppa/spmath/dfadd.c
@@ -35,11 +35,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/dfadd.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:51 $
- */
#include "../spmath/float.h"
#include "../spmath/dbl_float.h"
diff --git a/sys/arch/hppa/spmath/dfcmp.c b/sys/arch/hppa/spmath/dfcmp.c
index 070010eba01..27c110ccdcb 100644
--- a/sys/arch/hppa/spmath/dfcmp.c
+++ b/sys/arch/hppa/spmath/dfcmp.c
@@ -35,11 +35,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/dfcmp.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:52 $
- */
#include "../spmath/float.h"
diff --git a/sys/arch/hppa/spmath/dfdiv.c b/sys/arch/hppa/spmath/dfdiv.c
index 8f331698431..66ec174af07 100644
--- a/sys/arch/hppa/spmath/dfdiv.c
+++ b/sys/arch/hppa/spmath/dfdiv.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/dfdiv.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:52 $
- */
#include "../spmath/float.h"
#include "../spmath/dbl_float.h"
diff --git a/sys/arch/hppa/spmath/dfmpy.c b/sys/arch/hppa/spmath/dfmpy.c
index 77e56a024b6..1fccee04bb2 100644
--- a/sys/arch/hppa/spmath/dfmpy.c
+++ b/sys/arch/hppa/spmath/dfmpy.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/dfmpy.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:53 $
- */
#include "../spmath/float.h"
#include "../spmath/dbl_float.h"
diff --git a/sys/arch/hppa/spmath/dfrem.c b/sys/arch/hppa/spmath/dfrem.c
index 61be22d148a..92abcc446dc 100644
--- a/sys/arch/hppa/spmath/dfrem.c
+++ b/sys/arch/hppa/spmath/dfrem.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/dfrem.c,v $
- * $Revision: 1.1 $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:53 $
- */
#include "../spmath/float.h"
diff --git a/sys/arch/hppa/spmath/dfsqrt.c b/sys/arch/hppa/spmath/dfsqrt.c
index 918e1024ec0..91b258d64e7 100644
--- a/sys/arch/hppa/spmath/dfsqrt.c
+++ b/sys/arch/hppa/spmath/dfsqrt.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/dfsqrt.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:54 $
- */
#include "../spmath/float.h"
#include "../spmath/dbl_float.h"
diff --git a/sys/arch/hppa/spmath/dfsub.c b/sys/arch/hppa/spmath/dfsub.c
index 03196050726..f5d57508abe 100644
--- a/sys/arch/hppa/spmath/dfsub.c
+++ b/sys/arch/hppa/spmath/dfsub.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/dfsub.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:54 $
- */
#include "../spmath/float.h"
#include "../spmath/dbl_float.h"
diff --git a/sys/arch/hppa/spmath/divsfm.c b/sys/arch/hppa/spmath/divsfm.c
index e088cc36064..04d61997563 100644
--- a/sys/arch/hppa/spmath/divsfm.c
+++ b/sys/arch/hppa/spmath/divsfm.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/divsfm.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:55 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/divsfr.c b/sys/arch/hppa/spmath/divsfr.c
index d74ff9456b8..e6fc272bf59 100644
--- a/sys/arch/hppa/spmath/divsfr.c
+++ b/sys/arch/hppa/spmath/divsfr.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/divsfr.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:55 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/divsim.c b/sys/arch/hppa/spmath/divsim.c
index 6459d8bb584..165e2e01827 100644
--- a/sys/arch/hppa/spmath/divsim.c
+++ b/sys/arch/hppa/spmath/divsim.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/divsim.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:55 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/divsir.c b/sys/arch/hppa/spmath/divsir.c
index d1f7bda1f86..33e1223d21b 100644
--- a/sys/arch/hppa/spmath/divsir.c
+++ b/sys/arch/hppa/spmath/divsir.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/divsir.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:56 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/divu.S b/sys/arch/hppa/spmath/divu.S
index c4b36ee1abd..c1331c6080f 100644
--- a/sys/arch/hppa/spmath/divu.S
+++ b/sys/arch/hppa/spmath/divu.S
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/divu.S,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:56 $
- */
#include <machine/asm.h>
diff --git a/sys/arch/hppa/spmath/divufr.c b/sys/arch/hppa/spmath/divufr.c
index 6f706ef15ca..04ebde894f0 100644
--- a/sys/arch/hppa/spmath/divufr.c
+++ b/sys/arch/hppa/spmath/divufr.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/divufr.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:56 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/divuir.c b/sys/arch/hppa/spmath/divuir.c
index 1a575564973..b78cb14c67f 100644
--- a/sys/arch/hppa/spmath/divuir.c
+++ b/sys/arch/hppa/spmath/divuir.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/divuir.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:57 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/fcnvff.c b/sys/arch/hppa/spmath/fcnvff.c
index c71dbda1d83..5d6830b0d3c 100644
--- a/sys/arch/hppa/spmath/fcnvff.c
+++ b/sys/arch/hppa/spmath/fcnvff.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/fcnvff.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:57 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/fcnvfx.c b/sys/arch/hppa/spmath/fcnvfx.c
index 519e697e95d..8997844cf76 100644
--- a/sys/arch/hppa/spmath/fcnvfx.c
+++ b/sys/arch/hppa/spmath/fcnvfx.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/fcnvfx.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:58 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/fcnvfxt.c b/sys/arch/hppa/spmath/fcnvfxt.c
index 7fe4311ccfe..352cf35274b 100644
--- a/sys/arch/hppa/spmath/fcnvfxt.c
+++ b/sys/arch/hppa/spmath/fcnvfxt.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/fcnvfxt.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:58 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/fcnvxf.c b/sys/arch/hppa/spmath/fcnvxf.c
index c087155fa0f..5e485a65fa0 100644
--- a/sys/arch/hppa/spmath/fcnvxf.c
+++ b/sys/arch/hppa/spmath/fcnvxf.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/fcnvxf.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:33:59 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/float.h b/sys/arch/hppa/spmath/float.h
index 3bbafecc45c..50c7a72b871 100644
--- a/sys/arch/hppa/spmath/float.h
+++ b/sys/arch/hppa/spmath/float.h
@@ -35,11 +35,7 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)float.h: $Revision: 1.1 $ $Date: 1998/06/23 20:34:00 $
- * $Locker: $
- *
- */
+
#include "../spmath/fpbits.h"
#include "../spmath/hppa.h"
diff --git a/sys/arch/hppa/spmath/fpbits.h b/sys/arch/hppa/spmath/fpbits.h
index 27f9d9e449d..cfa8dffe684 100644
--- a/sys/arch/hppa/spmath/fpbits.h
+++ b/sys/arch/hppa/spmath/fpbits.h
@@ -35,11 +35,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)fpbits.h: $Revision: 1.1 $ $Date: 1998/06/23 20:34:00 $
- * $Locker: $
- *
- */
/*
* These macros are designed to be portable to all machines that have
diff --git a/sys/arch/hppa/spmath/frnd.c b/sys/arch/hppa/spmath/frnd.c
index 4f331d00d0c..4778a1f9fb8 100644
--- a/sys/arch/hppa/spmath/frnd.c
+++ b/sys/arch/hppa/spmath/frnd.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/frnd.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:01 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/hppa.h b/sys/arch/hppa/spmath/hppa.h
index 0995e753cdc..454f20332e3 100644
--- a/sys/arch/hppa/spmath/hppa.h
+++ b/sys/arch/hppa/spmath/hppa.h
@@ -35,10 +35,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)hppa.h: $Revision: 1.1 $ $Date: 1998/06/23 20:34:01 $
- * $Locker: $
- */
/* amount is assumed to be a constant between 0 and 32 (non-inclusive) */
#define Shiftdouble(left,right,amount,dest) \
diff --git a/sys/arch/hppa/spmath/impys.S b/sys/arch/hppa/spmath/impys.S
index 7f5251337fc..6b6584b565f 100644
--- a/sys/arch/hppa/spmath/impys.S
+++ b/sys/arch/hppa/spmath/impys.S
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/impys.S,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:01 $
- */
#include <machine/asm.h>
diff --git a/sys/arch/hppa/spmath/impyu.S b/sys/arch/hppa/spmath/impyu.S
index ce7e995601f..026065e6080 100644
--- a/sys/arch/hppa/spmath/impyu.S
+++ b/sys/arch/hppa/spmath/impyu.S
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/impyu.S,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:02 $
- */
#include <machine/asm.h>
diff --git a/sys/arch/hppa/spmath/md.h b/sys/arch/hppa/spmath/md.h
index 535d02f8f32..d4d1591920c 100644
--- a/sys/arch/hppa/spmath/md.h
+++ b/sys/arch/hppa/spmath/md.h
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)md.h: $Revision: 1.1 $ $Date: 1998/06/23 20:34:02 $
- * $Locker: $
- *
- */
/*****************************************************************
* Muliply/Divide SFU Internal State *
diff --git a/sys/arch/hppa/spmath/mdrr.c b/sys/arch/hppa/spmath/mdrr.c
index 94bbda15551..6a6cec1b2a3 100644
--- a/sys/arch/hppa/spmath/mdrr.c
+++ b/sys/arch/hppa/spmath/mdrr.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/Attic/mdrr.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:03 $
- */
#ifdef HPE
#include "hmd.asmassis.official"
diff --git a/sys/arch/hppa/spmath/mpyaccs.c b/sys/arch/hppa/spmath/mpyaccs.c
index ce5f2670830..aed43770097 100644
--- a/sys/arch/hppa/spmath/mpyaccs.c
+++ b/sys/arch/hppa/spmath/mpyaccs.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/mpyaccs.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:03 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/mpyaccu.c b/sys/arch/hppa/spmath/mpyaccu.c
index e0da85e30a8..25fbd55d596 100644
--- a/sys/arch/hppa/spmath/mpyaccu.c
+++ b/sys/arch/hppa/spmath/mpyaccu.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/mpyaccu.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:03 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/mpys.c b/sys/arch/hppa/spmath/mpys.c
index 8b0d5063b50..a6d0392aed3 100644
--- a/sys/arch/hppa/spmath/mpys.c
+++ b/sys/arch/hppa/spmath/mpys.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/mpys.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:04 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/mpyscv.c b/sys/arch/hppa/spmath/mpyscv.c
index 7e020eb4aa6..b58948bd4d8 100644
--- a/sys/arch/hppa/spmath/mpyscv.c
+++ b/sys/arch/hppa/spmath/mpyscv.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/mpyscv.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:04 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/mpyu.c b/sys/arch/hppa/spmath/mpyu.c
index e2ad3591ca4..8372a44cb00 100644
--- a/sys/arch/hppa/spmath/mpyu.c
+++ b/sys/arch/hppa/spmath/mpyu.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/mpyu.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:04 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/mpyucv.c b/sys/arch/hppa/spmath/mpyucv.c
index c3fb9f4036e..aa5dd75135e 100644
--- a/sys/arch/hppa/spmath/mpyucv.c
+++ b/sys/arch/hppa/spmath/mpyucv.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/mpyucv.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:05 $
- */
#include "../spmath/md.h"
diff --git a/sys/arch/hppa/spmath/quad_float.h b/sys/arch/hppa/spmath/quad_float.h
index e22403729fd..8af2b9eea29 100644
--- a/sys/arch/hppa/spmath/quad_float.h
+++ b/sys/arch/hppa/spmath/quad_float.h
@@ -36,11 +36,7 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)quad_float.h: $Revision: 1.1 $ $Date: 1998/06/23 20:34:05 $
- * $Locker: $
- *
- */
+
/******************************
* Quad precision functions *
******************************/
diff --git a/sys/arch/hppa/spmath/setovfl.c b/sys/arch/hppa/spmath/setovfl.c
index ecf06a13c52..60c8e285412 100644
--- a/sys/arch/hppa/spmath/setovfl.c
+++ b/sys/arch/hppa/spmath/setovfl.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/Attic/setovfl.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:06 $
- */
#include "../spmath/float.h"
diff --git a/sys/arch/hppa/spmath/sfadd.c b/sys/arch/hppa/spmath/sfadd.c
index c1a3c5555fd..55208a4d9c5 100644
--- a/sys/arch/hppa/spmath/sfadd.c
+++ b/sys/arch/hppa/spmath/sfadd.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/sfadd.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:06 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/sfcmp.c b/sys/arch/hppa/spmath/sfcmp.c
index d1e7e73c69a..e663235852b 100644
--- a/sys/arch/hppa/spmath/sfcmp.c
+++ b/sys/arch/hppa/spmath/sfcmp.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/sfcmp.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:06 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/sfdiv.c b/sys/arch/hppa/spmath/sfdiv.c
index e6fc937f7bb..b1e8c1bb29b 100644
--- a/sys/arch/hppa/spmath/sfdiv.c
+++ b/sys/arch/hppa/spmath/sfdiv.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/sfdiv.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:07 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/sfmpy.c b/sys/arch/hppa/spmath/sfmpy.c
index 11a83ef9658..77b363c501a 100644
--- a/sys/arch/hppa/spmath/sfmpy.c
+++ b/sys/arch/hppa/spmath/sfmpy.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/sfmpy.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:07 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/sfrem.c b/sys/arch/hppa/spmath/sfrem.c
index 515b34ea280..d186a9955e7 100644
--- a/sys/arch/hppa/spmath/sfrem.c
+++ b/sys/arch/hppa/spmath/sfrem.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/sfrem.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:07 $
- */
#include "../spmath/float.h"
diff --git a/sys/arch/hppa/spmath/sfsqrt.c b/sys/arch/hppa/spmath/sfsqrt.c
index 938d1a2c13e..ae78a9c33cb 100644
--- a/sys/arch/hppa/spmath/sfsqrt.c
+++ b/sys/arch/hppa/spmath/sfsqrt.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/sfsqrt.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:08 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/sfsub.c b/sys/arch/hppa/spmath/sfsub.c
index 242978ce246..fed32bbf494 100644
--- a/sys/arch/hppa/spmath/sfsub.c
+++ b/sys/arch/hppa/spmath/sfsub.c
@@ -36,11 +36,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/* $Source: /cvs/OpenBSD/src/sys/arch/hppa/spmath/sfsub.c,v $
- * $Revision: 1.1 $ $Author: mickey $
- * $State: Exp $ $Locker: $
- * $Date: 1998/06/23 20:34:08 $
- */
#include "../spmath/float.h"
#include "../spmath/sgl_float.h"
diff --git a/sys/arch/hppa/spmath/sgl_float.h b/sys/arch/hppa/spmath/sgl_float.h
index ae2a2f36acf..dc8cd016798 100644
--- a/sys/arch/hppa/spmath/sgl_float.h
+++ b/sys/arch/hppa/spmath/sgl_float.h
@@ -35,11 +35,6 @@
* Hewlett-Packard Company makes no representations about the
* suitability of this software for any purpose.
*/
-/*
- * @(#)sgl_float.h: $Revision: 1.1 $ $Date: 1998/06/23 20:34:09 $
- * $Locker: $
- *
- */
/******************************
* Single precision functions *
******************************/