Source-Changes-HG archive

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

[src/trunk]: src/include Add fenv.h for mips



details:   https://anonhg.NetBSD.org/src/rev/9cc0f87364b7
branches:  trunk
changeset: 342426:9cc0f87364b7
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 21 16:49:53 2015 +0000

description:
Add fenv.h for mips

diffstat:

 include/fenv.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5c43ef5cc6f3 -r 9cc0f87364b7 include/fenv.h
--- a/include/fenv.h    Mon Dec 21 16:49:37 2015 +0000
+++ b/include/fenv.h    Mon Dec 21 16:49:53 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.h,v 1.14 2015/12/20 16:24:45 christos Exp $       */
+/*     $NetBSD: fenv.h,v 1.15 2015/12/21 16:49:53 christos Exp $       */
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
-    && !defined(__hppa__) && !defined(__powerpc__) \
+    && !defined(__hppa__) && !defined(__powerpc__) && !defined(__mips__) \
     && !defined(__or1k__) && !defined(__riscv__) && !defined(__sparc__) \
     && !defined(__x86_64__)
 #error "fenv.h is currently not supported for this architecture"



Home | Main Index | Thread Index | Old Index