* gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a

failure (opcode table has been fixed to match reality).
This commit is contained in:
Jeff Law 1995-08-11 19:39:26 +00:00
parent c7d7eed0a8
commit e334d7ea9d
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,10 @@
start-sanitize-sh3e
Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
* gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
failure (opcode table has been fixed to match reality).
end-sanitize-sh3e
Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
* gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for

View File

@ -117,9 +117,5 @@ if ![file exists $objdir/$subdir/$binfile] then {
all_fp_move_and_load_tests
all_fp_arithmetic_tests
# SH3E V1.6 manual doesn't have the right bit patterns for some of
# the new insns, so we don't know how to assemble them correctly.
setup_xfail "sh*-*-*"
all_fp_misc_tests
}