Remove libthr, csu, libthread_db and testfloat sparc64 specific directories.Submitted by: kib@ (libthr)
Spelling fixes for tools/Add some $FreeBSD$ tags so svn will allow the commit.
Add a TestFloat based test suite for floating-point implementationscurrently supporting sparc64. After a `make depend all` there arethree programs; testsoftfloat for testing against the SoftFloat i
Add a TestFloat based test suite for floating-point implementationscurrently supporting sparc64. After a `make depend all` there arethree programs; testsoftfloat for testing against the SoftFloat insrc/lib/libc/softfloat for reference purposes, testemufloat fortesting the emulator source in src/lib/libc/sparc64/fpu and testfloatfor testing with the installed libc. Support for other architecturescan be added as needed.PR: 144900Submitted by: Peter Jeremy
show more ...