Module Name:    src
Committed By:   matt
Date:           Fri Apr 29 09:35:37 UTC 2011

Modified Files:
        src/usr.bin/xlint/arch/mips64 [matt-nb5-mips64]: targparam.h

Log Message:
Update LDOUBLE size


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.30.1 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.1.30.1
--- 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	Fri Apr 29 09:35:37 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: targparam.h,v 1.1 2006/08/25 23:35:04 matt Exp $	*/
+/*	$NetBSD: targparam.h,v 1.1.30.1 2011/04/29 09:35:37 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)

Reply via email to