just a single architecture.
+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>
* gdb.base/callfuncs.exp (do_get_all_registers): Remove.
set arch2 $expect_out(2,string)
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 ""