mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
|
||||||
|
|
||||||
2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
|
* gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
|
||||||
|
@ -70,6 +70,9 @@ proc set_arch { arch which } {
|
|||||||
-re "^$cmd_regex\r\n$gdb_prompt $" {
|
-re "^$cmd_regex\r\n$gdb_prompt $" {
|
||||||
pass $msg
|
pass $msg
|
||||||
}
|
}
|
||||||
|
-re "^$cmd_regex\r\nwarning: A handler for the OS ABI.*\r\n$gdb_prompt $" {
|
||||||
|
kfail gdb/2225 $msg
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
set cmd "show architecture"
|
set cmd "show architecture"
|
||||||
|
Reference in New Issue
Block a user