2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Thu, 22 Apr 2004 17:55:46 +0000 (17:55 +0000)
committerMichael Chastain <mec@google.com>
Thu, 22 Apr 2004 17:55:46 +0000 (17:55 +0000)
* gdb.stabs/weird.exp: Accept full pathname for $binfile.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/weird.exp

index a08f38ba1a8323d32fb29032e4ebee9778e62a93..9e512ebf41bed2912d943abb4dede3cc7dc71da0 100644 (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.
index 324f67b1f0bd2bcaeeff951a23f9a2870b0e7f08..7f67ccb132b86505e3440e429db75330d5566429 100644 (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 $" {
This page took 0.037457 seconds and 4 git commands to generate.