* gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
authorAndreas Schwab <schwab@linux-m68k.org>
Sun, 29 Mar 2009 14:52:54 +0000 (14:52 +0000)
committerAndreas Schwab <schwab@linux-m68k.org>
Sun, 29 Mar 2009 14:52:54 +0000 (14:52 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.arch/powerpc-prologue.exp

index c59e1944ec7bbb210fd438e551f90666b9e7ccc6..e30eeab2b4e067f21e5c6b3265cd8433198f8859 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
+
 2009-03-26  Doug Evans  <dje@google.com>
 
        * gdb.mi/mi-nonstop-exit.exp: New file.
 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * gdb.pascal/floats.exp: Accept approximate results everywhere.
-       
+
 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
 
        * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
 
 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
 
-        * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
-        (mi_expect_interrupt): Likewise.
-        * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
-        response.
+       * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
+       (mi_expect_interrupt): Likewise.
+       * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
+       response.
 
 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
 
index 67a4ad6acfe3cce9cce9cfe70e9ef2137de0f624..183763fae69633bf4a38bc4464d67b3b8036f754 100644 (file)
@@ -50,7 +50,7 @@ if ![runto_main] then {
 # Testcase for PIC prologue.
 
 gdb_breakpoint "gdb2029_marker"
-gdb_test "continue" "Breakpoint $decimal, $hex in gdb2029_marker \\(\\)" \
+gdb_test "continue" "Breakpoint $decimal, $hex in gdb2029_marker \\(\\).*" \
        "continue to PIC"
 
 gdb_test "backtrace 10" \
@@ -70,7 +70,7 @@ gdb_test "info frame" \
 # Testcase for scheduled prologue.
 
 gdb_breakpoint "optimized_1_marker"
-gdb_test "continue" "Breakpoint $decimal, $hex in optimized_1_marker \\(\\)" \
+gdb_test "continue" "Breakpoint $decimal, $hex in optimized_1_marker \\(\\).*" \
        "continue to optimized"
 
 gdb_test "backtrace 10" \
This page took 0.04054 seconds and 4 git commands to generate.