From: Stan Shebs Date: Thu, 3 Dec 1998 04:08:14 +0000 (+0000) Subject: From Brendan Kehoe: X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=321d48c5b8248865d580c9e169ceb776730b7644;p=binutils-gdb.git From Brendan Kehoe: * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required int return types. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 95ea3b9410c..699c76e2deb 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,6 +1,27 @@ +Wed Dec 2 20:03:53 1998 Stan Shebs + + From Brendan Kehoe: + * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required + int return types. + +Sat Oct 24 18:04:22 1998 Felix Lee + + * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do + remote dos host testing right. + +Mon Oct 19 01:31:59 1998 Felix Lee + + * gdb.base/corefile.exp: remove some xfails. + +Thu Oct 15 10:04:38 1998 Andrew Cagney + + * gdb.base/reread.exp: Sleep 1 - ensures that the two executables + have different timestamps. + Thu Oct 1 20:56:14 1998 Andrew Cagney - * gdb.base/default.exp: Replace "exec" with "executable". + * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp, + gdb.base/default.exp: Replace "exec" with "executable". 1998-09-29 Keith Seitz