diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0fcc366c937..c7c589da9de 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-06 Paul Brook + + * README.gcc: Remove obsolete contraint on testcases. + 2004-04-05 Paul Brook PR2123 diff --git a/gcc/testsuite/README.gcc b/gcc/testsuite/README.gcc index 17904bceae5..f193bde54bb 100644 --- a/gcc/testsuite/README.gcc +++ b/gcc/testsuite/README.gcc @@ -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.