mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-31 22:13:43 +00:00
* 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.
This commit is contained in:
parent
9bd0068fc8
commit
d83c8ac193
@ -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\\).*
|
||||
|
Loading…
x
Reference in New Issue
Block a user