mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
This commit is contained in:
@ -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>
|
2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
* gdb.python/py-parameter.exp: Update tests to the new Python
|
* gdb.python/py-parameter.exp: Update tests to the new Python
|
||||||
|
@ -110,7 +110,7 @@ proc do_test { lib1opts lib2opts lib1first } {
|
|||||||
setup_kfail gdb/1824 *-*-*
|
setup_kfail gdb/1824 *-*-*
|
||||||
}
|
}
|
||||||
|
|
||||||
gdb_test "continue" "Breakpoint .* bar .*${expected_file}\\..*" \
|
gdb_test "continue" "Breakpoint .* \\.?bar .*${expected_file}\\..*" \
|
||||||
"run to breakpoint - $testopts"
|
"run to breakpoint - $testopts"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user