2002-04-10 Martin M. Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Thu, 11 Apr 2002 03:31:26 +0000 (03:31 +0000)
committerMartin Hunt <hunt@redhat.com>
Thu, 11 Apr 2002 03:31:26 +0000 (03:31 +0000)
* gdb.base/ending-run.exp: Fix pattern for Mips targets
stepping out of main.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/ending-run.exp

index cef99d9c0a1a0269a578b93919789ec739f7a7c2..d4512b131e60a9aecddf6f1433ad4a52307595ea 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-10  Martin M. Hunt  <hunt@redhat.com>
+
+       * gdb.base/ending-run.exp: Fix pattern for Mips targets
+       stepping out of main.
+
 2002-04-09  Michael Chastain  <mec@shout.net>
 
        * gdb.c++/local.cc (main): Move call to marker1() inside nested
index 80f1cc0ce67ef66e37b4f992b4763d2e7c067eca..df6a7081a3ffd8f781b65ca893be7116c5aacaef 100644 (file)
@@ -178,6 +178,10 @@ gdb_expect {
                # This is what happens on Sanyo XStormy16
                pass "step out of main"
            }
+           -re ".*init ().*$gdb_prompt $" {
+               # This is what happens on many Mips targets
+               pass "step out of main"
+           }
            -re ".*in ..change.mode ().*$gdb_prompt $" {
                # This is what happens on ARM in thumb mode -fn 2000-02-01
                pass "step out of main on ARM thumb"