Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Powerpc now has fenv.h
details: https://anonhg.NetBSD.org/src/rev/fc6d82d66f8d
branches: trunk
changeset: 342405:fc6d82d66f8d
user: christos <christos%NetBSD.org@localhost>
date: Sun Dec 20 16:24:45 2015 +0000
description:
Powerpc now has fenv.h
diffstat:
include/fenv.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 89f2c944391d -r fc6d82d66f8d include/fenv.h
--- a/include/fenv.h Sun Dec 20 16:24:25 2015 +0000
+++ b/include/fenv.h Sun Dec 20 16:24:45 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fenv.h,v 1.13 2014/12/27 16:54:02 martin Exp $ */
+/* $NetBSD: fenv.h,v 1.14 2015/12/20 16:24:45 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(__hppa__) && !defined(__powerpc__) \
&& !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