2003-09-11 Elena Zannoni <ezannoni@redhat.com>

* gdb.stabs/weird.exp: Ditto.
This commit is contained in:
Elena Zannoni 2003-09-11 19:09:46 +00:00
parent 1c19974635
commit 3fcf0ced03
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2003-09-11 Elena Zannoni <ezannoni@redhat.com>
* gdb.base/relocate.exp: Handle new gdb output at startup.
* gdb.stabs/weird.exp: Ditto.
2003-09-08 Michael Chastain <mec@shout.net>

View File

@ -308,7 +308,7 @@ gdb_expect 60 {
send_gdb "y\n"
exp_continue
}
-re "^Reading symbols from $binfile\\.\\.\\.done\.\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 $" {