2004-04-21 Michael Chastain <mec.gnu@mindspring.com>

* gdb.stabs/weird.exp: Accept full pathname for $binfile.
This commit is contained in:
Michael Chastain 2004-04-22 17:55:46 +00:00
parent 6f14cc33f0
commit 3b611f1a39
2 changed files with 5 additions and 1 deletions

View file

@ -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.

View file

@ -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 $" {