aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-09-11 19:09:46 +0000
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>2003-09-11 19:09:46 +0000
commit3fcf0ced0360da3cf3119f16c4e8cee60284b248 (patch)
treed7fef6b8f0680fd417067368e58d539500f03bef /gdb
parent1c19974635cac3182de78365792080f48d36d0ae (diff)
downloadgdb-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')
-rw-r--r--gdb/testsuite/ChangeLog1
-rw-r--r--gdb/testsuite/gdb.stabs/weird.exp2
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7bd08cc..ca5fee2 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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>
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 $" {