* 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 0a1949bc345ce702b71581e11fc0a77822a9a422..d92f75ea6eb7f9f205a397e47064ca8b46091fe8 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 696ead608fb075cb64e18c0ca79017f0a0823412..1f23aa2894884144ace27a0c8830cefe5009c09d 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"
 }