* gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
authorUlrich Weigand <uweigand@de.ibm.com>
Sun, 13 Mar 2011 01:07:02 +0000 (01:07 +0000)
committerUlrich Weigand <uweigand@de.ibm.com>
Sun, 13 Mar 2011 01:07:02 +0000 (01:07 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/solib-weak.exp

index 0a1949b..d92f75e 100644 (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
index 696ead6..1f23aa2 100644 (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"
 }