]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* gdb.base/ending-run.exp: Fix expected string for _wrap_main to
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 18 Sep 2002 16:04:53 +0000 (16:04 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 18 Sep 2002 16:04:53 +0000 (16:04 +0000)
allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
Add newline to expected string in "step out of main (status wrapper)"
case.

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

index 3235f08a703e566d3683d441e4f1b5de14bdfa54..40ff8db9757eae2fef95d64c21506fe2190053e5 100644 (file)
@@ -1,3 +1,10 @@
+2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
+
+       * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
+       allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
+       Add newline to expected string in "step out of main (status wrapper)"
+       case.
+
 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
 
        * lib/gdb.exp (rerun_to_main): Allow restarting application.
index 69f2b26917c9058b95fd623a28e92483c7d01f74..1b0f56078341a91e2041baf50dc2f695a5e6850d 100644 (file)
@@ -195,7 +195,7 @@ gdb_expect {
            -re ".*in.*\\\$START\\\$.*from.*dld.sl.*$gdb_prompt $" { 
                pass "step out of main"
            }
-           -re ".*in __wrap_main ().*$gdb_prompt $" {
+           -re ".*in __wrap__?main ().*$gdb_prompt $" {
                pass "step out of main (status wrapper)"
            }
             -re ".*$gdb_prompt $" { fail "step out of main (at end 2)" }
@@ -245,7 +245,7 @@ if {! [target_info exists use_gdb_stub]
                # exit" message.
                pass "step to end of run"
            }
-           -re "Single.*EXIT code 0.*Program exited normally.*$gdb_prompt $" {
+           -re "Single.*EXIT code 0\r\n.*Program exited normally.*$gdb_prompt $" {
                pass "step to end of run (status wrapper)"
            }
            -re ".*Single.*Program exited.*$gdb_prompt $" {