spelling
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Tue, 20 Apr 1993 21:19:02 +0000 (13:19 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Tue, 20 Apr 1993 21:19:02 +0000 (13:19 -0800)
SCCS-vsn: sys/sparc/fpu/fpu.c 7.4
SCCS-vsn: sys/sparc/fpu/fpu_add.c 7.4
SCCS-vsn: sys/sparc/fpu/fpu_div.c 7.4
SCCS-vsn: sys/sparc/fpu/fpu_arith.h 7.3
SCCS-vsn: sys/sparc/fpu/fpu_compare.c 7.4
SCCS-vsn: sys/sparc/fpu/fpu_emu.h 7.3
SCCS-vsn: sys/sparc/fpu/fpu_explode.c 7.4
SCCS-vsn: sys/sparc/fpu/fpu_mul.c 7.4
SCCS-vsn: sys/sparc/fpu/fpu_implode.c 7.4
SCCS-vsn: sys/sparc/fpu/fpu_sqrt.c 7.4

usr/src/sys/sparc/fpu/fpu.c
usr/src/sys/sparc/fpu/fpu_add.c
usr/src/sys/sparc/fpu/fpu_arith.h
usr/src/sys/sparc/fpu/fpu_compare.c
usr/src/sys/sparc/fpu/fpu_div.c
usr/src/sys/sparc/fpu/fpu_emu.h
usr/src/sys/sparc/fpu/fpu_explode.c
usr/src/sys/sparc/fpu/fpu_implode.c
usr/src/sys/sparc/fpu/fpu_mul.c
usr/src/sys/sparc/fpu/fpu_sqrt.c

index 8633072..3bbcdbd 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu.c       7.3 (Berkeley) %G%
+ *     @(#)fpu.c       7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu.c,v 1.2 92/06/17 05:41:27 torek Exp $
+ * from: $Header: fpu.c,v 1.3 92/11/26 01:39:42 torek Exp $
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
index 6fc9d5b..165665b 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_add.c   7.3 (Berkeley) %G%
+ *     @(#)fpu_add.c   7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_add.c,v 1.3 92/06/17 18:11:43 mccanne Exp $
+ * from: $Header: fpu_add.c,v 1.4 92/11/26 01:39:46 torek Exp $
  */
 
 /*
  */
 
 /*
index 894821d..fa685a2 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_arith.h 7.2 (Berkeley) %G%
+ *     @(#)fpu_arith.h 7.3 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_arith.h,v 1.2 92/06/17 05:41:28 torek Exp $
+ * from: $Header: fpu_arith.h,v 1.3 92/11/26 01:30:50 torek Exp $
  */
 
 /*
  */
 
 /*
index 806fb15..a606b6a 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_compare.c       7.3 (Berkeley) %G%
+ *     @(#)fpu_compare.c       7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_compare.c,v 1.2 92/06/17 05:41:29 torek Exp $
+ * from: $Header: fpu_compare.c,v 1.3 92/11/26 01:39:46 torek Exp $
  */
 
 /*
  */
 
 /*
index 8d77e17..6a812fa 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_div.c   7.3 (Berkeley) %G%
+ *     @(#)fpu_div.c   7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_div.c,v 1.2 92/06/17 05:41:30 torek Exp $
+ * from: $Header: fpu_div.c,v 1.3 92/11/26 01:39:47 torek Exp $
  */
 
 /*
  */
 
 /*
index 074b892..f414143 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_emu.h   7.2 (Berkeley) %G%
+ *     @(#)fpu_emu.h   7.3 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_emu.h,v 1.2 92/06/17 05:41:31 torek Exp $
+ * from: $Header: fpu_emu.h,v 1.3 92/11/26 01:30:54 torek Exp $
  */
 
 /*
  */
 
 /*
index 60a5bb1..85f1ad5 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_explode.c       7.3 (Berkeley) %G%
+ *     @(#)fpu_explode.c       7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_explode.c,v 1.2 92/06/17 05:41:32 torek Exp $
+ * from: $Header: fpu_explode.c,v 1.3 92/11/26 01:39:48 torek Exp $
  */
 
 /*
  */
 
 /*
index 19bc84c..d749e3f 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_implode.c       7.3 (Berkeley) %G%
+ *     @(#)fpu_implode.c       7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_implode.c,v 1.4 92/06/17 05:41:33 torek Exp $
+ * from: $Header: fpu_implode.c,v 1.5 92/11/26 01:39:49 torek Exp $
  */
 
 /*
  */
 
 /*
index fe438e2..b199ea4 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_mul.c   7.3 (Berkeley) %G%
+ *     @(#)fpu_mul.c   7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_mul.c,v 1.2 92/06/17 05:41:34 torek Exp $
+ * from: $Header: fpu_mul.c,v 1.3 92/11/26 01:39:50 torek Exp $
  */
 
 /*
  */
 
 /*
index 4a8b559..e0f6e42 100644 (file)
@@ -9,13 +9,13 @@
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
  * All advertising materials mentioning features or use of this software
  * must display the following acknowledgement:
  *     This product includes software developed by the University of
- *     California, Lawrence Berkeley Laboratories.
+ *     California, Lawrence Berkeley Laboratory.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)fpu_sqrt.c  7.3 (Berkeley) %G%
+ *     @(#)fpu_sqrt.c  7.4 (Berkeley) %G%
  *
  *
- * from: $Header: fpu_sqrt.c,v 1.2 92/06/17 05:41:34 torek Exp $
+ * from: $Header: fpu_sqrt.c,v 1.3 92/11/26 01:39:51 torek Exp $
  */
 
 /*
  */
 
 /*