2003-01-15 David Carlton <carlton@math.stanford.edu>

* gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
This commit is contained in:
David Carlton
2003-01-15 17:32:41 +00:00
parent c87f1ff7eb
commit a1769aca31
2 changed files with 10 additions and 0 deletions

View File

@ -170,6 +170,12 @@ proc do_steps_and_nexts {} {
set description "step over current_directory initialization"
set command "step"
}
-re ".*gdb_sysroot = .*$gdb_prompt $" {
# NOTE: carlton/2003-01-15: More optimization reordering,
# observed on GCC 3.1.
set description "step over gdb_sysroot initialization"
set command "step"
}
-re "\[ \t\]+\{\r\n$gdb_prompt $" {
setup_xfail "mips-*-irix5*"
fail "$description ended up at odd location"