Module Name: src
Committed By: matt
Date: Tue Jan 18 08:30:10 UTC 2011
Modified Files:
src/usr.bin/xlint/arch/mips64: targparam.h
Log Message:
Change mips64 to use a 16 byte long double.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/arch/mips64/targparam.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/xlint/arch/mips64/targparam.h
diff -u src/usr.bin/xlint/arch/mips64/targparam.h:1.1 src/usr.bin/xlint/arch/mips64/targparam.h:1.2
--- src/usr.bin/xlint/arch/mips64/targparam.h:1.1 Fri Aug 25 23:35:04 2006
+++ src/usr.bin/xlint/arch/mips64/targparam.h Tue Jan 18 08:30:10 2011
@@ -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)