--- a/test/sh4/testsh4.c Tue Feb 13 08:34:27 2007 +0000 +++ b/test/sh4/testsh4.c Thu Aug 23 12:31:31 2007 +0000 @@ -55,7 +55,9 @@ test_bt(); test_cmp(); test_float(); + test_fmov(); test_ftrc(); + test_mac(); fprintf( stdout, "--> %d/%d instruction tests passed (%d%%)\n\n", total_tests-total_fails, total_tests, ((total_tests-total_fails)*100)/total_tests );