* gdb.base/solib-weak.exp: Allow "." prefix for ppc64.

This commit is contained in:
Ulrich Weigand 2011-03-13 01:07:02 +00:00
parent 6e56eaa58c
commit 176400c353
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
* gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
* gdb.python/py-parameter.exp: Update tests to the new Python

View File

@ -110,7 +110,7 @@ proc do_test { lib1opts lib2opts lib1first } {
setup_kfail gdb/1824 *-*-*
}
gdb_test "continue" "Breakpoint .* bar .*${expected_file}\\..*" \
gdb_test "continue" "Breakpoint .* \\.?bar .*${expected_file}\\..*" \
"run to breakpoint - $testopts"
}