Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gdtoa Add Emin for the vax. Need to check



details:   https://anonhg.NetBSD.org/src/rev/610eb43e0d2c
branches:  trunk
changeset: 763493:610eb43e0d2c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 21 22:33:29 2011 +0000

description:
Add Emin for the vax. Need to check

diffstat:

 lib/libc/gdtoa/gdtoaimp.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d58c824900ef -r 610eb43e0d2c lib/libc/gdtoa/gdtoaimp.h
--- a/lib/libc/gdtoa/gdtoaimp.h Mon Mar 21 22:25:13 2011 +0000
+++ b/lib/libc/gdtoa/gdtoaimp.h Mon Mar 21 22:33:29 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gdtoaimp.h,v 1.10 2011/03/21 04:52:09 christos Exp $ */
+/* $NetBSD: gdtoaimp.h,v 1.11 2011/03/21 22:33:29 christos Exp $ */
 
 /****************************************************************
 
@@ -406,6 +406,7 @@
 #define Exp_mask  0x7f80
 #define P 56
 #define Bias 129
+#define Emin (-127)    /* XXX: Check this */
 #define Exp_1  0x40800000
 #define Exp_11 0x4080
 #define Ebits 8



Home | Main Index | Thread Index | Old Index