* README.gcc: Remove obsolete contraint on testcases.

From-SVN: r80455
This commit is contained in:
Paul Brook 2004-04-06 15:28:20 +00:00 committed by Paul Brook
parent 485d61a797
commit 5f3b79c570
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2004-04-06 Paul Brook <paul@codesourcery.com>
* README.gcc: Remove obsolete contraint on testcases.
2004-04-05 Paul Brook <paul@codesourcery.com>
PR2123

View File

@ -77,10 +77,6 @@ For IEEE FP specific tests, put them in execute/ieee.
For execution tests, put them in execute.
Always use abort() for runtime failures, and exit(0) for success.
The testing harness is set up to watch for these and do something appropriate
(when necessary) for target boards.
If a test does not fit into the torture framework, use the dg framework.