Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/23/2003 23:26:06
Module Name:	src
Committed By:	kleink
Date:		Thu Oct 23 23:26:06 UTC 2003

Modified Files:
	src/sys/arch/arm/include: float.h
	src/sys/arch/hppa/include: float.h
	src/sys/arch/m68k/include: float.h
	src/sys/arch/sparc64/include: float.h
	src/sys/arch/x86/include: float.h
	src/sys/sys: float_ieee754.h

Log Message:
* Move the definitions for types other than single-precision and double-
  precision back to machine-dependent headers.  C99 has no strict
  requirement which, if any, extended-precision type `long double' must
  match, and even between 80-bit formats there are differences in
  implementation (m68k vs. x86).
* On arm, consider __VFP_FP__.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/arm/include/float.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/hppa/include/float.h
cvs rdiff -r1.16 -r1.17 src/sys/arch/m68k/include/float.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/sparc64/include/float.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/include/float.h
cvs rdiff -r1.4 -r1.5 src/sys/sys/float_ieee754.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.