diff options
author | Jeff Law <law@redhat.com> | 1997-02-13 23:33:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-02-13 23:33:33 +0000 |
commit | d83c8ac193f20b4407cf0878fa94c59cfaf971c3 (patch) | |
tree | 66c5dfb78cbdb644b204d3dbb0f0ca49395eeef7 /gdb/testsuite/gdb.disasm | |
parent | 9bd0068fc829150eaf68f61fbcf6209b88bbd1ca (diff) | |
download | gdb-d83c8ac193f20b4407cf0878fa94c59cfaf971c3.zip gdb-d83c8ac193f20b4407cf0878fa94c59cfaf971c3.tar.gz gdb-d83c8ac193f20b4407cf0878fa94c59cfaf971c3.tar.bz2 |
* gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
* gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
left in. No longer expect them to fail.
Diffstat (limited to 'gdb/testsuite/gdb.disasm')
-rw-r--r-- | gdb/testsuite/gdb.disasm/mn10200.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.disasm/mn10200.exp b/gdb/testsuite/gdb.disasm/mn10200.exp index 75a2ede..e62d231 100644 --- a/gdb/testsuite/gdb.disasm/mn10200.exp +++ b/gdb/testsuite/gdb.disasm/mn10200.exp @@ -393,11 +393,9 @@ proc misc_tests { } { global hex global decimal - setup_xfail mn10200*-*-* send_gdb "x/9 misc_tests\n" expect { -re " -.*beq 0x\[0-9a-f]+ <bCC_tests>.* .*jmp 0x\[0-9a-f]+ <main>.* .*jmp 0x\[0-9a-f]+ <start>.* .*jmp \\(a2\\).* |