* gdb.xml/tdesc-arch.exp: Test is unsupported on target with
just a single architecture.
This commit is contained in:
parent
9addded633
commit
9c6759c1a1
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
|
* gdb.xml/tdesc-arch.exp: Test is unsupported on target with
|
||||||
|
just a single architecture.
|
||||||
|
|
||||||
2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
|
||||||
|
|
||||||
* gdb.base/callfuncs.exp (do_get_all_registers): Remove.
|
* gdb.base/callfuncs.exp (do_get_all_registers): Remove.
|
||||||
|
|
|
@ -32,6 +32,11 @@ gdb_test_multiple "set architecture" $msg {
|
||||||
set arch2 $expect_out(2,string)
|
set arch2 $expect_out(2,string)
|
||||||
pass $msg
|
pass $msg
|
||||||
}
|
}
|
||||||
|
-re "Requires an argument. Valid arguments are (\[^ \]*), auto\\.\r\n$gdb_prompt $" {
|
||||||
|
# If there is just one supported architecture, we can't do this test.
|
||||||
|
unsupported "tdesc-arch.exp"
|
||||||
|
return -1
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
set default_arch ""
|
set default_arch ""
|
||||||
|
|
Loading…
Reference in a new issue