diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-09-11 19:09:46 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-09-11 19:09:46 +0000 |
commit | e47e1e85e15b837c8b1c9cd380725231b3668744 (patch) | |
tree | ec73dc8d7a47734f4c8d0be125e13aa48e92456f /gdb/testsuite/gdb.stabs | |
parent | df95cc8a28323fa21e9b56ffba038a3a377bfae9 (diff) | |
download | gdb-e47e1e85e15b837c8b1c9cd380725231b3668744.tar.gz |
2003-09-11 Elena Zannoni <ezannoni@redhat.com>
* gdb.stabs/weird.exp: Ditto.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r-- | gdb/testsuite/gdb.stabs/weird.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index e584cba3135..e3bbfb5e6cc 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -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 $" { |