From 214479fd79a461a2a24bf614d3f0e8092f7dd838 Mon Sep 17 00:00:00 2001 From: chastain Date: Thu, 22 Apr 2004 17:55:45 +0000 Subject: [PATCH] 2004-04-21 Michael Chastain * gdb.stabs/weird.exp: Accept full pathname for $binfile. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.stabs/weird.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a08f38ba1a..9e512ebf41 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-04-21 Michael Chastain + + * gdb.stabs/weird.exp: Accept full pathname for $binfile. + 2004-04-21 Andrew Cagney * gdb.base/sigstep.c: New file. diff --git a/gdb/testsuite/gdb.stabs/weird.exp b/gdb/testsuite/gdb.stabs/weird.exp index 324f67b1f0..7f67ccb132 100644 --- a/gdb/testsuite/gdb.stabs/weird.exp +++ b/gdb/testsuite/gdb.stabs/weird.exp @@ -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 $" { -- 2.11.0