Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc/include Export __HAVE_LONG_DOUBLE 128 to kern...



details:   https://anonhg.NetBSD.org/src/rev/42de45e633a8
branches:  trunk
changeset: 326531:42de45e633a8
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Feb 01 16:10:12 2014 +0000

description:
Export __HAVE_LONG_DOUBLE 128 to kernel for emulation

diffstat:

 sys/arch/sparc/include/math.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 669bf79aa705 -r 42de45e633a8 sys/arch/sparc/include/math.h
--- a/sys/arch/sparc/include/math.h     Sat Feb 01 15:40:14 2014 +0000
+++ b/sys/arch/sparc/include/math.h     Sat Feb 01 16:10:12 2014 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: math.h,v 1.6 2014/01/31 19:38:06 matt Exp $    */
+/*     $NetBSD: math.h,v 1.7 2014/02/01 16:10:12 matt Exp $    */
 
 #define        __HAVE_NANF
 
-#ifdef _LP64
+#if defined(_LP64) || defined(_KERNEL)
 #define        __HAVE_LONG_DOUBLE      128
 #endif



Home | Main Index | Thread Index | Old Index