From 74cb8a369b85476467d8f1e24b92257fa062015a Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sat, 25 Mar 1995 23:46:43 +0000 Subject: [PATCH] * gdb.c++/*.exp: Warn if executable does not exist. The original reason for skipping the warning was that configure.in sometimes intentionally skipped building the executables but the tcl code had no way of knowing. That (a) was always bogus with respect to error handling, (b) is no longer true (right now there is no way to skip C++ tests). * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables. --- gdb/testsuite/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index b255187..13e3699 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.c++/*.exp: Warn if executable does not exist. The original + reason for skipping the warning was that configure.in sometimes + intentionally skipped building the executables but the tcl code + had no way of knowing. That (a) was always bogus with respect to + error handling, (b) is no longer true (right now there is no way + to skip C++ tests). + + * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables. + Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * gdb.base/list.exp: Add expect patterns for output from -- 2.7.4