summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1998-06-23 21:19:04 +0000
committermickey <mickey@openbsd.org>1998-06-23 21:19:04 +0000
commit271fd23c26a95c421d6e4d06a5461de2a206e1d6 (patch)
treef5b039a0c7c48c10ca1b3ebbef81a09ec92aae5a
parentinitial import of osf-hacked HP one (diff)
downloadwireguard-openbsd-271fd23c26a95c421d6e4d06a5461de2a206e1d6.tar.xz
wireguard-openbsd-271fd23c26a95c421d6e4d06a5461de2a206e1d6.zip
remove brain damaged rcs tags
-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 3580f5a71b6..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: /home/cvs/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 2caee8d5605..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: /home/cvs/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 ce36b6d8135..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: /home/cvs/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 d0eef43f590..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: /home/cvs/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 29cfd750fa3..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: /home/cvs/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 fa0fddfb469..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: /home/cvs/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 8f45d316e53..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: /home/cvs/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 bda26afce33..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: /home/cvs/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 60724a5ee25..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: /home/cvs/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 c7c44447a8d..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: /home/cvs/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 5dcc52608f7..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: /home/cvs/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 1926831f489..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: /home/cvs/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 6e87a424445..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: /home/cvs/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 8b51396fc8a..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: /home/cvs/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 e11a14aba24..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: /home/cvs/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 ba2b5ab9c5e..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: /home/cvs/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 1c4392faf44..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: /home/cvs/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 307065ece17..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: /home/cvs/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 d1c29b4e7ab..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: /home/cvs/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 dceab08b79b..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: /home/cvs/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 e5f718a9083..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: /home/cvs/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 695ed2f42ca..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: /home/cvs/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 d12ad6b07c8..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: /home/cvs/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 8bf06cfec25..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: /home/cvs/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 fe8d5d1aeb4..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: /home/cvs/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 17f6e2b0523..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: /home/cvs/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 89d8d1177d7..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: /home/cvs/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 79685fa0eb1..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: /home/cvs/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 1f4e1a617ea..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: /home/cvs/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 93b7bc888de..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: /home/cvs/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 b0cbc880c93..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: /home/cvs/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 ad370149ca2..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: /home/cvs/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 e4f3a9237e4..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: /home/cvs/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 a40fdfbfa5b..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: /home/cvs/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 4c65afba9fb..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: /home/cvs/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 2f92f5c544f..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: /home/cvs/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 *
******************************/