Browse Source

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

gdb_7_3-branch
Ulrich Weigand 16 years ago
parent
commit
176400c353
  1. 4
      gdb/testsuite/ChangeLog
  2. 2
      gdb/testsuite/gdb.base/solib-weak.exp

4
gdb/testsuite/ChangeLog

@ -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

2
gdb/testsuite/gdb.base/solib-weak.exp

@ -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"
}

Loading…
Cancel
Save