Module Name:    src
Committed By:   matt
Date:           Sat Feb  1 16:10:12 UTC 2014

Modified Files:
        src/sys/arch/sparc/include: math.h

Log Message:
Export __HAVE_LONG_DOUBLE 128 to kernel for emulation


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sparc/include/math.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc/include/math.h
diff -u src/sys/arch/sparc/include/math.h:1.6 src/sys/arch/sparc/include/math.h:1.7
--- src/sys/arch/sparc/include/math.h:1.6	Fri Jan 31 19:38:06 2014
+++ src/sys/arch/sparc/include/math.h	Sat Feb  1 16:10:12 2014
@@ -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

Reply via email to