Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/xlint/arch/mips64 Change mips64 to use a 16 byte lon...



details:   https://anonhg.NetBSD.org/src/rev/5ee2185f833a
branches:  trunk
changeset: 760993:5ee2185f833a
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Jan 18 08:30:10 2011 +0000

description:
Change mips64 to use a 16 byte long double.

diffstat:

 usr.bin/xlint/arch/mips64/targparam.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r a6f0ab31311e -r 5ee2185f833a usr.bin/xlint/arch/mips64/targparam.h
--- a/usr.bin/xlint/arch/mips64/targparam.h     Tue Jan 18 08:29:24 2011 +0000
+++ b/usr.bin/xlint/arch/mips64/targparam.h     Tue Jan 18 08:30:10 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: targparam.h,v 1.1 2006/08/25 23:35:04 matt Exp $       */
+/*     $NetBSD: targparam.h,v 1.2 2011/01/18 08:30:10 matt Exp $       */
 
 /*
  * Copyright (c) 1994, 1995 Jochen Pohl
@@ -49,6 +49,6 @@
 
 #define        FLOAT_SIZE              (4 * CHAR_BIT)
 #define        DOUBLE_SIZE             (8 * CHAR_BIT)
-#define        LDOUBLE_SIZE            (8 * CHAR_BIT)
+#define        LDOUBLE_SIZE            (16 * CHAR_BIT)
 
 #define        ENUM_SIZE               (4 * CHAR_BIT)



Home | Main Index | Thread Index | Old Index