aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1998-12-03 04:08:14 +0000
committerStan Shebs <shebs@codesourcery.com>1998-12-03 04:08:14 +0000
commit321d48c5b8248865d580c9e169ceb776730b7644 (patch)
tree9770add226a008078932120c69f09c049a034e5f /gdb
parentb57b7d4c8227595b2cf3881f610f13b42ea0ca1f (diff)
downloadfsf-binutils-gdb-321d48c5b8248865d580c9e169ceb776730b7644.zip
fsf-binutils-gdb-321d48c5b8248865d580c9e169ceb776730b7644.tar.gz
fsf-binutils-gdb-321d48c5b8248865d580c9e169ceb776730b7644.tar.bz2
From Brendan Kehoe:
* gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required int return types.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 95ea3b9..699c76e 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,6 +1,27 @@
+Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
+
+ 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 <flee@cygnus.com>
+
+ * 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 <flee@cygnus.com>
+
+ * gdb.base/corefile.exp: remove some xfails.
+
+Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
+ have different timestamps.
+
Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
- * 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 <keiths@cygnus.com>