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 | 3fcf0ced0360da3cf3119f16c4e8cee60284b248 (patch) | |
tree | d7fef6b8f0680fd417067368e58d539500f03bef /gdb/testsuite/gdb.stabs | |
parent | 1c19974635cac3182de78365792080f48d36d0ae (diff) | |
download | gdb-3fcf0ced0360da3cf3119f16c4e8cee60284b248.zip gdb-3fcf0ced0360da3cf3119f16c4e8cee60284b248.tar.gz gdb-3fcf0ced0360da3cf3119f16c4e8cee60284b248.tar.bz2 |
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 e584cba..e3bbfb5 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 $" { |