diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2011-03-13 01:07:02 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@de.ibm.com> | 2011-03-13 01:07:02 +0000 |
commit | 176400c353f2e0d80ddf42d0f7f1430f7ea5742f (patch) | |
tree | df47c17f13f9202a70c039d6ddf36641a110e9dc | |
parent | 6e56eaa58c23b7d63dc817c36c7821287d1604b8 (diff) | |
download | gdb-176400c353f2e0d80ddf42d0f7f1430f7ea5742f.zip gdb-176400c353f2e0d80ddf42d0f7f1430f7ea5742f.tar.gz gdb-176400c353f2e0d80ddf42d0f7f1430f7ea5742f.tar.bz2 |
* gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/solib-weak.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0a1949b..d92f75e 100644 --- a/gdb/testsuite/ChangeLog +++ b/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 diff --git a/gdb/testsuite/gdb.base/solib-weak.exp b/gdb/testsuite/gdb.base/solib-weak.exp index 696ead6..1f23aa2 100644 --- a/gdb/testsuite/gdb.base/solib-weak.exp +++ b/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" } |