diff options
author | Michael Chastain <mec@google.com> | 2004-04-22 17:55:46 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-04-22 17:55:46 +0000 |
commit | 3b611f1a397d018e3fbbd339f1c973575adb998f (patch) | |
tree | e3de936ccd101f1ff90b6ba605be93be8e789b53 | |
parent | 6f14cc33f07589f5b04fbc87d452a32efc864002 (diff) | |
download | gdb-3b611f1a397d018e3fbbd339f1c973575adb998f.zip gdb-3b611f1a397d018e3fbbd339f1c973575adb998f.tar.gz gdb-3b611f1a397d018e3fbbd339f1c973575adb998f.tar.bz2 |
2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
* gdb.stabs/weird.exp: Accept full pathname for $binfile.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a08f38b..9e512eb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-21 Michael Chastain <mec.gnu@mindspring.com> + + * gdb.stabs/weird.exp: Accept full pathname for $binfile. + 2004-04-21 Andrew Cagney <cagney@redhat.com> * gdb.base/sigstep.c: New file. diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 324f67b..7f67ccb 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 $" { |