Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include match the name with the FE_ constant ...



details:   https://anonhg.NetBSD.org/src/rev/a8f2e9ed8bd4
branches:  trunk
changeset: 347409:a8f2e9ed8bd4
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 25 07:39:55 2016 +0000

description:
match the name with the FE_ constant from fenv.h

diffstat:

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

diffs (18 lines):

diff -r e304dcfa1b59 -r a8f2e9ed8bd4 sys/arch/alpha/include/ieeefp.h
--- a/sys/arch/alpha/include/ieeefp.h   Thu Aug 25 07:18:35 2016 +0000
+++ b/sys/arch/alpha/include/ieeefp.h   Thu Aug 25 07:39:55 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ieeefp.h,v 1.9 2016/08/23 09:59:26 christos Exp $ */
+/* $NetBSD: ieeefp.h,v 1.10 2016/08/25 07:39:55 christos Exp $ */
 
 /*
  * Written by J.T. Conklin, Apr 28, 1995
@@ -44,7 +44,7 @@
 #define        FP_X_OFL        FE_OVERFLOW     /* overflow exception */
 #define        FP_X_UFL        FE_UNDERFLOW    /* underflow exception */
 #define        FP_X_IMP        FE_INEXACT      /* imprecise (prec. loss; "inexact") */
-#define        FP_X_IOV        FE_IOVERFLOW    /* integer overflow */
+#define        FP_X_IOV        FE_INTOVF       /* integer overflow */
 
 /*
  * fp_rnd bits match the fpcr, below, as well as bits 12:11



Home | Main Index | Thread Index | Old Index