sparc64/144900: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun May 2 17:00:27 UTC 2010


The following reply was made to PR sparc64/144900; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: sparc64/144900: commit references a PR
Date: Sun,  2 May 2010 16:55:20 +0000 (UTC)

 Author: marius
 Date: Sun May  2 16:55:10 2010
 New Revision: 207528
 URL: http://svn.freebsd.org/changeset/base/207528
 
 Log:
   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
 
 Added:
   stable/8/tools/test/testfloat/
      - copied from r207151, head/tools/test/testfloat/
 Modified:
   stable/8/tools/test/README
 Directory Properties:
   stable/8/tools/test/   (props changed)
 
 Modified: stable/8/tools/test/README
 ==============================================================================
 --- stable/8/tools/test/README	Sun May  2 16:52:24 2010	(r207527)
 +++ stable/8/tools/test/README	Sun May  2 16:55:10 2010	(r207528)
 @@ -11,3 +11,4 @@ devrandom	Programs to test /dev/*random.
  dtrace		DTrace test suite
  malloc		A program to test and benchmark malloc().
  posixshm	A program to test POSIX shared memory.
 +testfloat	Programs to test floating-point implementations
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-sparc64 mailing list