From: Bob Manson Date: Tue, 16 Sep 1997 00:46:12 +0000 (+0000) Subject: * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled X-Git-Tag: gdb-4_18-branchpoint~4752 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93a8f1e11913e052c6bf9f4e074260a36c3d249c;p=thirdparty%2Fbinutils-gdb.git * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled the testcase. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6f43ba496fe..4bee3ea0be0 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Mon Sep 15 15:43:17 1997 Bob Manson + + * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled + the testcase. + + * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for + set_debug_traps() and breakpoint(). + * gdb.c++/misc.cc (main): Ditto. + * gdb.c++/templates.cc (main): Ditto. + * gdb.c++/virtfunc.cc (main): Ditto. + Fri Sep 12 16:56:38 1997 Bob Manson * lib/gdb.exp(gdb_step_for_stub): New function.