freebsd-dev/tools
Marius Strobl 1f21f64ac2 MFC: r207151
Add a TestFloat based test suite for floating-point implementations
currently supporting sparc64. After a `make depend all` there are
three programs; testsoftfloat for testing against the SoftFloat in
src/lib/libc/softfloat for reference purposes, testemufloat for
testing the emulator source in src/lib/libc/sparc64/fpu and testfloat
for testing with the installed libc. Support for other architectures
can be added as needed.

PR:		144900
Submitted by:	Peter Jeremy
2010-05-02 16:55:10 +00:00
..
build MFC r205702: 2010-03-29 18:24:08 +00:00
debugscripts o Correct comments: remove a reference to non-existent gdbinit.9 man page; 2006-05-22 07:12:25 +00:00
diag Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
kerneldoc MFC r196511: 2009-11-05 08:31:42 +00:00
KSE Use, in uncovered part, the END() macro in order to improve debugging. 2009-05-25 14:37:10 +00:00
LibraryReport
regression MFC r206711: fnmatch: Fix bad FNM_PERIOD disabling 2010-04-23 18:01:19 +00:00
sched - Update my copyright. 2009-01-22 06:21:30 +00:00
test MFC: r207151 2010-05-02 16:55:10 +00:00
tools MFC: 205994 2010-04-13 01:04:11 +00:00
install.sh Arguments to options aren't necessarily separated with whitespace. 2004-07-07 09:38:14 +00:00
make_libdeps.sh MFC: r202969: Actualize. 2010-02-15 11:29:27 +00:00
README

$FreeBSD$

This directory tree contains tools used for the maintenance and
testing of FreeBSD.  There is no toplevel Makefile structure since
these tools are not meant to be built as part of the standard system,
though there may be individual Makefiles in some of the subdirs.

Please read the README files in the subdirs for further information.