From: chastain Date: Thu, 22 Apr 2004 17:55:45 +0000 (+0000) Subject: 2004-04-21 Michael Chastain X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=214479fd79a461a2a24bf614d3f0e8092f7dd838;p=pf3gnuchains%2Fsourceware.git 2004-04-21 Michael Chastain * gdb.stabs/weird.exp: Accept full pathname for $binfile. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a08f38ba1a..9e512ebf41 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-21 Michael Chastain + + * gdb.stabs/weird.exp: Accept full pathname for $binfile. + 2004-04-21 Andrew Cagney * gdb.base/sigstep.c: New file. diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 324f67b1f0..7f67ccb132 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -317,7 +317,7 @@ gdb_expect 60 { send_gdb "y\n" exp_continue } - -re "^Reading symbols from $binfile\\.\\.\\.done\.(|\r\nUsing host libthread_db library .*libthread_db.so.*\\.)\r\n$gdb_prompt $" { + -re "^Reading symbols from .*$binfile\\.\\.\\.done\.(|\r\nUsing host libthread_db library .*libthread_db.so.*\\.)\r\n$gdb_prompt $" { pass "weirdx.o read without error" } -re ".*$gdb_prompt $" {