[Midnightbsd-cvs] src [10599] U trunk/lib/msun/i387: sync i387

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jun 9 11:13:24 EDT 2018


Revision: 10599
          http://svnweb.midnightbsd.org/src/?rev=10599
Author:   laffer1
Date:     2018-06-09 11:13:23 -0400 (Sat, 09 Jun 2018)
Log Message:
-----------
sync i387

Modified Paths:
--------------
    trunk/lib/msun/i387/Makefile.inc
    trunk/lib/msun/i387/Symbol.map
    trunk/lib/msun/i387/e_exp.S
    trunk/lib/msun/i387/e_fmod.S
    trunk/lib/msun/i387/e_log.S
    trunk/lib/msun/i387/e_log10.S
    trunk/lib/msun/i387/e_log10f.S
    trunk/lib/msun/i387/e_logf.S
    trunk/lib/msun/i387/e_remainder.S
    trunk/lib/msun/i387/e_remainderf.S
    trunk/lib/msun/i387/e_remainderl.S
    trunk/lib/msun/i387/e_sqrt.S
    trunk/lib/msun/i387/e_sqrtf.S
    trunk/lib/msun/i387/e_sqrtl.S
    trunk/lib/msun/i387/fenv.c
    trunk/lib/msun/i387/invtrig.c
    trunk/lib/msun/i387/s_ceil.S
    trunk/lib/msun/i387/s_ceilf.S
    trunk/lib/msun/i387/s_ceill.S
    trunk/lib/msun/i387/s_copysign.S
    trunk/lib/msun/i387/s_copysignf.S
    trunk/lib/msun/i387/s_copysignl.S
    trunk/lib/msun/i387/s_cos.S
    trunk/lib/msun/i387/s_finite.S
    trunk/lib/msun/i387/s_floor.S
    trunk/lib/msun/i387/s_floorf.S
    trunk/lib/msun/i387/s_floorl.S
    trunk/lib/msun/i387/s_llrint.S
    trunk/lib/msun/i387/s_llrintf.S
    trunk/lib/msun/i387/s_llrintl.S
    trunk/lib/msun/i387/s_logb.S
    trunk/lib/msun/i387/s_logbf.S
    trunk/lib/msun/i387/s_logbl.S
    trunk/lib/msun/i387/s_lrint.S
    trunk/lib/msun/i387/s_lrintf.S
    trunk/lib/msun/i387/s_lrintl.S
    trunk/lib/msun/i387/s_remquo.S
    trunk/lib/msun/i387/s_remquof.S
    trunk/lib/msun/i387/s_remquol.S
    trunk/lib/msun/i387/s_rint.S
    trunk/lib/msun/i387/s_rintf.S
    trunk/lib/msun/i387/s_rintl.S
    trunk/lib/msun/i387/s_scalbn.S
    trunk/lib/msun/i387/s_scalbnf.S
    trunk/lib/msun/i387/s_scalbnl.S
    trunk/lib/msun/i387/s_significand.S
    trunk/lib/msun/i387/s_significandf.S
    trunk/lib/msun/i387/s_sin.S
    trunk/lib/msun/i387/s_tan.S
    trunk/lib/msun/i387/s_trunc.S
    trunk/lib/msun/i387/s_truncf.S
    trunk/lib/msun/i387/s_truncl.S

Property Changed:
----------------
    trunk/lib/msun/i387/Makefile.inc
    trunk/lib/msun/i387/Symbol.map
    trunk/lib/msun/i387/e_exp.S
    trunk/lib/msun/i387/e_fmod.S
    trunk/lib/msun/i387/e_log.S
    trunk/lib/msun/i387/e_log10.S
    trunk/lib/msun/i387/e_log10f.S
    trunk/lib/msun/i387/e_logf.S
    trunk/lib/msun/i387/e_remainder.S
    trunk/lib/msun/i387/e_remainderf.S
    trunk/lib/msun/i387/e_remainderl.S
    trunk/lib/msun/i387/e_sqrt.S
    trunk/lib/msun/i387/e_sqrtf.S
    trunk/lib/msun/i387/e_sqrtl.S
    trunk/lib/msun/i387/s_ceil.S
    trunk/lib/msun/i387/s_ceilf.S
    trunk/lib/msun/i387/s_ceill.S
    trunk/lib/msun/i387/s_copysign.S
    trunk/lib/msun/i387/s_copysignf.S
    trunk/lib/msun/i387/s_copysignl.S
    trunk/lib/msun/i387/s_cos.S
    trunk/lib/msun/i387/s_finite.S
    trunk/lib/msun/i387/s_floor.S
    trunk/lib/msun/i387/s_floorf.S
    trunk/lib/msun/i387/s_floorl.S
    trunk/lib/msun/i387/s_llrint.S
    trunk/lib/msun/i387/s_llrintf.S
    trunk/lib/msun/i387/s_llrintl.S
    trunk/lib/msun/i387/s_logb.S
    trunk/lib/msun/i387/s_logbf.S
    trunk/lib/msun/i387/s_logbl.S
    trunk/lib/msun/i387/s_lrint.S
    trunk/lib/msun/i387/s_lrintf.S
    trunk/lib/msun/i387/s_lrintl.S
    trunk/lib/msun/i387/s_remquo.S
    trunk/lib/msun/i387/s_remquof.S
    trunk/lib/msun/i387/s_remquol.S
    trunk/lib/msun/i387/s_rint.S
    trunk/lib/msun/i387/s_rintf.S
    trunk/lib/msun/i387/s_rintl.S
    trunk/lib/msun/i387/s_scalbn.S
    trunk/lib/msun/i387/s_scalbnf.S
    trunk/lib/msun/i387/s_scalbnl.S
    trunk/lib/msun/i387/s_significand.S
    trunk/lib/msun/i387/s_significandf.S
    trunk/lib/msun/i387/s_sin.S
    trunk/lib/msun/i387/s_tan.S
    trunk/lib/msun/i387/s_trunc.S
    trunk/lib/msun/i387/s_truncf.S
    trunk/lib/msun/i387/s_truncl.S

Modified: trunk/lib/msun/i387/Makefile.inc
===================================================================
--- trunk/lib/msun/i387/Makefile.inc	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/Makefile.inc	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,4 +1,5 @@
-# $FreeBSD$
+# $MidnightBSD$
+# $FreeBSD: stable/10/lib/msun/i387/Makefile.inc 177768 2008-03-30 21:21:53Z das $
 
 ARCH_SRCS = e_exp.S e_fmod.S e_log.S e_log10.S \
 	    e_remainder.S e_sqrt.S s_ceil.S s_copysign.S \


Property changes on: trunk/lib/msun/i387/Makefile.inc
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/Symbol.map
===================================================================
--- trunk/lib/msun/i387/Symbol.map	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/Symbol.map	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,5 +1,5 @@
-/*
- * $FreeBSD$
+/* $MidnightBSD$
+ * $FreeBSD: stable/10/lib/msun/i387/Symbol.map 226218 2011-10-10 15:43:09Z das $
  */
 FBSD_1.0 {
 	__has_sse;
@@ -9,8 +9,6 @@
 	fegetenv;
 	feholdexcept;
 	feupdateenv;
-	__feenableexcept;
-	__fedisableexcept;
 	feenableexcept;
 	fedisableexcept;
 };


Property changes on: trunk/lib/msun/i387/Symbol.map
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_exp.S
===================================================================
--- trunk/lib/msun/i387/e_exp.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_exp.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_exp.S 217108 2011-01-07 16:13:12Z kib $")
 
 /* e^x = 2^(x * log2(e)) */
 ENTRY(exp)


Property changes on: trunk/lib/msun/i387/e_exp.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_fmod.S
===================================================================
--- trunk/lib/msun/i387/e_fmod.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_fmod.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_fmod.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(fmod)
 	fldl	12(%esp)


Property changes on: trunk/lib/msun/i387/e_fmod.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_log.S
===================================================================
--- trunk/lib/msun/i387/e_log.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_log.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_log.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(log)
 	fldln2


Property changes on: trunk/lib/msun/i387/e_log.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_log10.S
===================================================================
--- trunk/lib/msun/i387/e_log10.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_log10.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_log10.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(log10)
 	fldlg2


Property changes on: trunk/lib/msun/i387/e_log10.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_log10f.S
===================================================================
--- trunk/lib/msun/i387/e_log10f.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_log10f.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_log10f.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: e_log10f.S,v 1.1 1996/07/03 16:50:22 jtc Exp $") */
 
 ENTRY(log10f)


Property changes on: trunk/lib/msun/i387/e_log10f.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_logf.S
===================================================================
--- trunk/lib/msun/i387/e_logf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_logf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_logf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: e_logf.S,v 1.2 1996/07/06 00:15:45 jtc Exp $") */
 
 ENTRY(logf)


Property changes on: trunk/lib/msun/i387/e_logf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_remainder.S
===================================================================
--- trunk/lib/msun/i387/e_remainder.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_remainder.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_remainder.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(remainder)
 	fldl	12(%esp)


Property changes on: trunk/lib/msun/i387/e_remainder.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_remainderf.S
===================================================================
--- trunk/lib/msun/i387/e_remainderf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_remainderf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_remainderf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: e_remainderf.S,v 1.2 1995/05/08 23:49:47 jtc Exp $") */
 
 ENTRY(remainderf)


Property changes on: trunk/lib/msun/i387/e_remainderf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_remainderl.S
===================================================================
--- trunk/lib/msun/i387/e_remainderl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_remainderl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -35,7 +36,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_remainderl.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(remainderl)
 	fldt	16(%esp)


Property changes on: trunk/lib/msun/i387/e_remainderl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_sqrt.S
===================================================================
--- trunk/lib/msun/i387/e_sqrt.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_sqrt.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_sqrt.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(sqrt)
 	fldl	4(%esp)


Property changes on: trunk/lib/msun/i387/e_sqrt.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_sqrtf.S
===================================================================
--- trunk/lib/msun/i387/e_sqrtf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_sqrtf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_sqrtf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: e_sqrtf.S,v 1.2 1995/05/08 23:50:14 jtc Exp $") */
 
 ENTRY(sqrtf)


Property changes on: trunk/lib/msun/i387/e_sqrtf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/e_sqrtl.S
===================================================================
--- trunk/lib/msun/i387/e_sqrtl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/e_sqrtl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/e_sqrtl.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(sqrtl)
 	fldt	4(%esp)


Property changes on: trunk/lib/msun/i387/e_sqrtl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/fenv.c
===================================================================
--- trunk/lib/msun/i387/fenv.c	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/fenv.c	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2004-2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -23,14 +24,20 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $MidnightBSD$
+ * $FreeBSD: stable/10/lib/msun/i387/fenv.c 226594 2011-10-21 06:25:31Z das $
  */
 
 #include <sys/cdefs.h>
 #include <sys/types.h>
 #include <machine/npx.h>
+
+#define	__fenv_static
 #include "fenv.h"
 
+#ifdef __GNUC_GNU_INLINE__
+#error "This file must be compiled with C99 'inline' semantics"
+#endif
+
 const fenv_t __fe_dfl_env = {
 	__INITIAL_NPXCW__,
 	0x0000,
@@ -83,6 +90,9 @@
 	return (0);
 }
 
+extern inline int feclearexcept(int __excepts);
+extern inline int fegetexceptflag(fexcept_t *__flagp, int __excepts);
+
 int
 fesetexceptflag(const fexcept_t *flagp, int excepts)
 {
@@ -114,6 +124,10 @@
 	return (0);
 }
 
+extern inline int fetestexcept(int __excepts);
+extern inline int fegetround(void);
+extern inline int fesetround(int __round);
+
 int
 fegetenv(fenv_t *envp)
 {
@@ -149,6 +163,8 @@
 	return (0);
 }
 
+extern inline int fesetenv(const fenv_t *__envp);
+
 int
 feupdateenv(const fenv_t *envp)
 {

Modified: trunk/lib/msun/i387/invtrig.c
===================================================================
--- trunk/lib/msun/i387/invtrig.c	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/invtrig.c	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2008 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$MidnightBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/invtrig.c 181152 2008-08-02 03:56:22Z das $");
 
 #include <stdint.h>
 

Modified: trunk/lib/msun/i387/s_ceil.S
===================================================================
--- trunk/lib/msun/i387/s_ceil.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_ceil.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_ceil.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(ceil)
 	pushl	%ebp


Property changes on: trunk/lib/msun/i387/s_ceil.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_ceilf.S
===================================================================
--- trunk/lib/msun/i387/s_ceilf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_ceilf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_ceilf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_ceilf.S,v 1.3 1995/05/08 23:52:44 jtc Exp $") */
 
 ENTRY(ceilf)


Property changes on: trunk/lib/msun/i387/s_ceilf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_ceill.S
===================================================================
--- trunk/lib/msun/i387/s_ceill.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_ceill.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Based on code written by J.T. Conklin <jtc at NetBSD.org>.
  * Public domain.
@@ -4,7 +5,7 @@
  */
 	
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_ceill.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(ceill)
 	pushl	%ebp


Property changes on: trunk/lib/msun/i387/s_ceill.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_copysign.S
===================================================================
--- trunk/lib/msun/i387/s_copysign.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_copysign.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_copysign.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(copysign)
 	movl	16(%esp),%edx


Property changes on: trunk/lib/msun/i387/s_copysign.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_copysignf.S
===================================================================
--- trunk/lib/msun/i387/s_copysignf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_copysignf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_copysignf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_copysignf.S,v 1.3 1995/05/08 23:53:25 jtc Exp $") */
 
 ENTRY(copysignf)


Property changes on: trunk/lib/msun/i387/s_copysignf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_copysignl.S
===================================================================
--- trunk/lib/msun/i387/s_copysignl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_copysignl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Based on code written by J.T. Conklin <jtc at NetBSD.org>.
  * Public domain.
@@ -4,7 +5,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_copysignl.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(copysignl)
 	movl	24(%esp),%edx


Property changes on: trunk/lib/msun/i387/s_copysignl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_cos.S
===================================================================
--- trunk/lib/msun/i387/s_cos.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_cos.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1994 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,22 +35,22 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_cos.S 240566 2012-09-16 16:58:49Z tijl $")
 
 ENTRY(cos)
 	fldl	4(%esp)
 	fcos
 	fnstsw	%ax
-	andw	$0x400,%ax
-	jnz	1f
+	sahf
+	jp	1f
 	ret	
 1:	fldpi
 	fadd	%st(0)
 	fxch	%st(1)
-2:	fprem1
+2:	fprem
 	fnstsw	%ax
-	andw	$0x400,%ax
-	jnz	2b
+	sahf
+	jp	2b
 	fstp	%st(1)
 	fcos
 	ret


Property changes on: trunk/lib/msun/i387/s_cos.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_finite.S
===================================================================
--- trunk/lib/msun/i387/s_finite.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_finite.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_finite.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(finite)
 	movl	8(%esp),%eax


Property changes on: trunk/lib/msun/i387/s_finite.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_floor.S
===================================================================
--- trunk/lib/msun/i387/s_floor.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_floor.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_floor.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(floor)
 	pushl	%ebp


Property changes on: trunk/lib/msun/i387/s_floor.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_floorf.S
===================================================================
--- trunk/lib/msun/i387/s_floorf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_floorf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_floorf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_floorf.S,v 1.3 1995/05/09 00:04:32 jtc Exp $") */
 
 ENTRY(floorf)


Property changes on: trunk/lib/msun/i387/s_floorf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_floorl.S
===================================================================
--- trunk/lib/msun/i387/s_floorl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_floorl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Based on code written by J.T. Conklin <jtc at NetBSD.org>.
  * Public domain.
@@ -4,7 +5,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_floorl.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(floorl)
 	pushl	%ebp


Property changes on: trunk/lib/msun/i387/s_floorl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_llrint.S
===================================================================
--- trunk/lib/msun/i387/s_llrint.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_llrint.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$"); 
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_llrint.S 217108 2011-01-07 16:13:12Z kib $"); 
 	
 ENTRY(llrint)
 	fldl	4(%esp)


Property changes on: trunk/lib/msun/i387/s_llrint.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_llrintf.S
===================================================================
--- trunk/lib/msun/i387/s_llrintf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_llrintf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_llrintf.S 217108 2011-01-07 16:13:12Z kib $")
 	
 ENTRY(llrintf)
 	flds	4(%esp)


Property changes on: trunk/lib/msun/i387/s_llrintf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_llrintl.S
===================================================================
--- trunk/lib/msun/i387/s_llrintl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_llrintl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$"); 
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_llrintl.S 217108 2011-01-07 16:13:12Z kib $"); 
 	
 ENTRY(llrintl)
 	fldt	4(%esp)


Property changes on: trunk/lib/msun/i387/s_llrintl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_logb.S
===================================================================
--- trunk/lib/msun/i387/s_logb.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_logb.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_logb.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(logb)
 	fldl	4(%esp)


Property changes on: trunk/lib/msun/i387/s_logb.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_logbf.S
===================================================================
--- trunk/lib/msun/i387/s_logbf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_logbf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_logbf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_logbf.S,v 1.3 1995/05/09 00:15:12 jtc Exp $") */
 
 ENTRY(logbf)


Property changes on: trunk/lib/msun/i387/s_logbf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_logbl.S
===================================================================
--- trunk/lib/msun/i387/s_logbl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_logbl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_logbl.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(logbl)
 	fldt	4(%esp)


Property changes on: trunk/lib/msun/i387/s_logbl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_lrint.S
===================================================================
--- trunk/lib/msun/i387/s_lrint.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_lrint.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$"); 
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_lrint.S 217108 2011-01-07 16:13:12Z kib $"); 
 	
 ENTRY(lrint)
 	fldl	4(%esp)


Property changes on: trunk/lib/msun/i387/s_lrint.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_lrintf.S
===================================================================
--- trunk/lib/msun/i387/s_lrintf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_lrintf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_lrintf.S 217108 2011-01-07 16:13:12Z kib $")
 	
 ENTRY(lrintf)
 	flds	4(%esp)


Property changes on: trunk/lib/msun/i387/s_lrintf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_lrintl.S
===================================================================
--- trunk/lib/msun/i387/s_lrintl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_lrintl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2008 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -25,7 +26,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$"); 
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_lrintl.S 217108 2011-01-07 16:13:12Z kib $"); 
 	
 ENTRY(lrintl)
 	fldt	4(%esp)


Property changes on: trunk/lib/msun/i387/s_lrintl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_remquo.S
===================================================================
--- trunk/lib/msun/i387/s_remquo.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_remquo.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -29,7 +30,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$"); 
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_remquo.S 217108 2011-01-07 16:13:12Z kib $"); 
 	
 ENTRY(remquo)
 	fldl	12(%esp)


Property changes on: trunk/lib/msun/i387/s_remquo.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_remquof.S
===================================================================
--- trunk/lib/msun/i387/s_remquof.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_remquof.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -29,7 +30,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$"); 
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_remquof.S 217108 2011-01-07 16:13:12Z kib $"); 
 	
 ENTRY(remquof)
 	flds	8(%esp)


Property changes on: trunk/lib/msun/i387/s_remquof.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_remquol.S
===================================================================
--- trunk/lib/msun/i387/s_remquol.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_remquol.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*-
  * Copyright (c) 2005-2008 David Schultz <das at FreeBSD.ORG>
  * All rights reserved.
@@ -29,7 +30,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$"); 
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_remquol.S 217108 2011-01-07 16:13:12Z kib $"); 
 	
 ENTRY(remquol)
 	fldt	16(%esp)


Property changes on: trunk/lib/msun/i387/s_remquol.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_rint.S
===================================================================
--- trunk/lib/msun/i387/s_rint.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_rint.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_rint.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(rint)
 	fldl	4(%esp)


Property changes on: trunk/lib/msun/i387/s_rint.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_rintf.S
===================================================================
--- trunk/lib/msun/i387/s_rintf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_rintf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_rintf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_rintf.S,v 1.3 1995/05/09 00:17:22 jtc Exp $") */
 
 ENTRY(rintf)


Property changes on: trunk/lib/msun/i387/s_rintf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_rintl.S
===================================================================
--- trunk/lib/msun/i387/s_rintl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_rintl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_rintl.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(rintl)
 	fldt	4(%esp)


Property changes on: trunk/lib/msun/i387/s_rintl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_scalbn.S
===================================================================
--- trunk/lib/msun/i387/s_scalbn.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_scalbn.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1994 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_scalbn.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(scalbn)
 	fildl	12(%esp)


Property changes on: trunk/lib/msun/i387/s_scalbn.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_scalbnf.S
===================================================================
--- trunk/lib/msun/i387/s_scalbnf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_scalbnf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_scalbnf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_scalbnf.S,v 1.4 1999/01/02 05:15:40 kristerw Exp $") */
 
 ENTRY(scalbnf)


Property changes on: trunk/lib/msun/i387/s_scalbnf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_scalbnl.S
===================================================================
--- trunk/lib/msun/i387/s_scalbnl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_scalbnl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_scalbnl.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_scalbnf.S,v 1.4 1999/01/02 05:15:40 kristerw Exp $") */
 
 ENTRY(scalbnl)


Property changes on: trunk/lib/msun/i387/s_scalbnl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_significand.S
===================================================================
--- trunk/lib/msun/i387/s_significand.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_significand.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1993,94 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,7 +35,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_significand.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(significand)
 	fldl	4(%esp)


Property changes on: trunk/lib/msun/i387/s_significand.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_significandf.S
===================================================================
--- trunk/lib/msun/i387/s_significandf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_significandf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Written by J.T. Conklin <jtc at netbsd.org>.
  * Public domain.
@@ -5,7 +6,7 @@
 
 #include <machine/asm.h>
 
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_significandf.S 217108 2011-01-07 16:13:12Z kib $");
 /* RCSID("$NetBSD: s_significandf.S,v 1.3 1995/05/09 00:24:07 jtc Exp $") */
 
 ENTRY(significandf)


Property changes on: trunk/lib/msun/i387/s_significandf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_sin.S
===================================================================
--- trunk/lib/msun/i387/s_sin.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_sin.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1994 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,22 +35,22 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_sin.S 240566 2012-09-16 16:58:49Z tijl $")
 
 ENTRY(sin)
 	fldl	4(%esp)
 	fsin
 	fnstsw	%ax
-	andw	$0x400,%ax
-	jnz	1f
+	sahf
+	jp	1f
 	ret
 1:	fldpi
 	fadd	%st(0)
 	fxch	%st(1)
-2:	fprem1
+2:	fprem
 	fnstsw	%ax
-	andw	$0x400,%ax
-	jnz	2b
+	sahf
+	jp	2b
 	fstp	%st(1)
 	fsin
 	ret


Property changes on: trunk/lib/msun/i387/s_sin.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_tan.S
===================================================================
--- trunk/lib/msun/i387/s_tan.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_tan.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Copyright (c) 1994 Winning Strategies, Inc.
  * All rights reserved.
@@ -34,23 +35,23 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_tan.S 240566 2012-09-16 16:58:49Z tijl $")
 
 ENTRY(tan)
 	fldl	4(%esp)
 	fptan
 	fnstsw	%ax
-	andw	$0x400,%ax
-	jnz	1f
+	sahf
+	jp	1f
 	fstp	%st(0)
 	ret
 1:	fldpi
 	fadd	%st(0)
 	fxch	%st(1)
-2:	fprem1
-	fstsw	%ax
-	andw	$0x400,%ax
-	jnz	2b
+2:	fprem
+	fnstsw	%ax
+	sahf
+	jp	2b
 	fstp	%st(1)
 	fptan
 	fstp	%st(0)


Property changes on: trunk/lib/msun/i387/s_tan.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_trunc.S
===================================================================
--- trunk/lib/msun/i387/s_trunc.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_trunc.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Based on code written by J.T. Conklin <jtc at NetBSD.org>.
  * Public domain.
@@ -4,7 +5,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_trunc.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(trunc)
 	pushl	%ebp


Property changes on: trunk/lib/msun/i387/s_trunc.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_truncf.S
===================================================================
--- trunk/lib/msun/i387/s_truncf.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_truncf.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Based on code written by J.T. Conklin <jtc at NetBSD.org>.
  * Public domain.
@@ -4,7 +5,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_truncf.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(truncf)
 	pushl	%ebp


Property changes on: trunk/lib/msun/i387/s_truncf.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Modified: trunk/lib/msun/i387/s_truncl.S
===================================================================
--- trunk/lib/msun/i387/s_truncl.S	2018-06-09 15:12:28 UTC (rev 10598)
+++ trunk/lib/msun/i387/s_truncl.S	2018-06-09 15:13:23 UTC (rev 10599)
@@ -1,3 +1,4 @@
+/* $MidnightBSD$ */
 /*
  * Based on code written by J.T. Conklin <jtc at NetBSD.org>.
  * Public domain.
@@ -4,7 +5,7 @@
  */
 
 #include <machine/asm.h>
-__FBSDID("$FreeBSD$")
+__FBSDID("$FreeBSD: stable/10/lib/msun/i387/s_truncl.S 217108 2011-01-07 16:13:12Z kib $")
 
 ENTRY(truncl)
 	pushl	%ebp


Property changes on: trunk/lib/msun/i387/s_truncl.S
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list