diff options
author | Jeff Law <law@redhat.com> | 1995-08-11 19:39:26 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-08-11 19:39:26 +0000 |
commit | e334d7ea9d7c09c55f53a5647992e074684b62c8 (patch) | |
tree | 0865d26e44e9efcde2ccc15b2b6e78977a9cfa2d /gdb/testsuite/gdb.disasm | |
parent | c7d7eed0a8b93293083e3d0bcab31fb0229c862f (diff) | |
download | gdb-e334d7ea9d7c09c55f53a5647992e074684b62c8.zip gdb-e334d7ea9d7c09c55f53a5647992e074684b62c8.tar.gz gdb-e334d7ea9d7c09c55f53a5647992e074684b62c8.tar.bz2 |
* gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
failure (opcode table has been fixed to match reality).
Diffstat (limited to 'gdb/testsuite/gdb.disasm')
-rw-r--r-- | gdb/testsuite/gdb.disasm/sh3.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/testsuite/gdb.disasm/sh3.exp b/gdb/testsuite/gdb.disasm/sh3.exp index f8c2053..adcd11d 100644 --- a/gdb/testsuite/gdb.disasm/sh3.exp +++ b/gdb/testsuite/gdb.disasm/sh3.exp @@ -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 } |