freebsd-dev/lib/libc/softfloat/README.NetBSD
Olivier Houchard 15144b0f96 Import the softfloat emulation library, needed for FreeBSD/arm right now.
It should become useless when gcc 3.4 will be imported, as libgcc from
gcc 3.4 contains this bits for arm.
2004-05-14 12:13:06 +00:00

10 lines
377 B
Plaintext

$NetBSD: README.NetBSD,v 1.2 2002/05/21 23:51:05 bjh21 Exp $
$FreeBSD$
This is a modified version of part of John Hauser's SoftFloat 2a package.
This version has been heavily modified to support its use with GCC to
implement built-in floating-point operations, but compiling
softfloat.c without SOFTFLOAT_FOR_GCC defined should get you the same
results as from the original.