Source-Changes-HG archive

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

[src/trunk]: src/include or1k support <fenv.h>



details:   https://anonhg.NetBSD.org/src/rev/f2735efa82fe
branches:  trunk
changeset: 331986:f2735efa82fe
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Sep 03 19:28:20 2014 +0000

description:
or1k support <fenv.h>

diffstat:

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

diffs (18 lines):

diff -r 8cdec833bc84 -r f2735efa82fe include/fenv.h
--- a/include/fenv.h    Wed Sep 03 19:27:53 2014 +0000
+++ b/include/fenv.h    Wed Sep 03 19:28:20 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fenv.h,v 1.10 2014/08/10 05:57:30 matt Exp $   */
+/*     $NetBSD: fenv.h,v 1.11 2014/09/03 19:28:20 matt Exp $   */
 /*
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -26,7 +26,7 @@
  */
 
 #if !defined(__aarch64__) && !defined(__arm__) && !defined(__i386__) \
-    && !defined(__sparc__) && !defined(__x86_64__)
+    && !defined(__or1k__) && !defined(__sparc__) && !defined(__x86_64__)
 #error "fenv.h is currently not supported for this architecture"
 #endif
 



Home | Main Index | Thread Index | Old Index