1 1.1 bjh21 $NetBSD: README.NetBSD,v 1.1 2000/06/06 08:15:02 bjh21 Exp $ 2 1.1 bjh21 3 1.1 bjh21 This is a modified version of part of John Hauser's SoftFloat package. 4 1.1 bjh21 This version only contains the contents of the "softfloat/bits64" 5 1.1 bjh21 directory of the original release, plus some documentation. This 6 1.1 bjh21 version has been heavily modified to support its use with GCC to 7 1.1 bjh21 implement built-in floating-point operations, but compiling 8 1.1 bjh21 softfloat.c without SOFTFLOAT_FOR_GCC defined should get you the same 9 1.1 bjh21 results as from the original. 10 1.1 bjh21 11