* gdb.c++/*.exp: Warn if executable does not exist. The original
authorJim Kingdon <jkingdon@engr.sgi.com>
Sat, 25 Mar 1995 23:46:43 +0000 (23:46 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sat, 25 Mar 1995 23:46:43 +0000 (23:46 +0000)
commit74cb8a369b85476467d8f1e24b92257fa062015a
treeb45075c33db9ae6a6601269a8d39800652f337a0
parent766de354a88c47321e39facce5c1b37e88e68f40
* 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