Module Name: src Committed By: skrll Date: Thu Feb 16 16:27:15 UTC 2012
Modified Files: src/usr.bin/xlint/arch/hppa: targparam.h Log Message: Correct LDOUBLE_SIZE To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/xlint/arch/hppa/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/hppa/targparam.h diff -u src/usr.bin/xlint/arch/hppa/targparam.h:1.3 src/usr.bin/xlint/arch/hppa/targparam.h:1.4 --- src/usr.bin/xlint/arch/hppa/targparam.h:1.3 Wed Jan 26 09:04:49 2005 +++ src/usr.bin/xlint/arch/hppa/targparam.h Thu Feb 16 16:27:15 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: targparam.h,v 1.3 2005/01/26 09:04:49 christos Exp $ */ +/* $NetBSD: targparam.h,v 1.4 2012/02/16 16:27:15 skrll 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 (12 * CHAR_BIT) /* XXX double-check */ +#define LDOUBLE_SIZE (8 * CHAR_BIT) #define ENUM_SIZE (4 * CHAR_BIT)