diff options
author | Keith Seitz <keiths@cygnus> | 1999-01-29 14:35:12 +0000 |
---|---|---|
committer | Keith Seitz <keiths@cygnus> | 1999-01-29 14:35:12 +0000 |
commit | 16c338694dbbb57afc79c0426c505fdca4b4e8ae (patch) | |
tree | 3664f6a0f5b2067420b7d812e9f3749160efccbe /gdb/testsuite | |
parent | 521f02c8bc719cd5475501bcaa87bc3cf0b09783 (diff) | |
download | gdb-16c338694dbbb57afc79c0426c505fdca4b4e8ae.zip gdb-16c338694dbbb57afc79c0426c505fdca4b4e8ae.tar.gz gdb-16c338694dbbb57afc79c0426c505fdca4b4e8ae.tar.bz2 |
* gdb.gdbtk/cpp_variable.test (cpp_variable-1.1): Fix
function name error.
* gdb.gdbtk/cpp_variable.h (class VC): Fix compiler warning.
Fix sanitize error in changelog.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index be9f840..8a9b1e5 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,12 @@ +start-sanitize-gdbtk +Fri Jan 29 06:32:16 1999 Keith Seitz <keiths@cygnus.com> + + * gdb.gdbtk/cpp_variable.test (cpp_variable-1.1): Fix + function name error. + + * gdb.gdbtk/cpp_variable.h (class VC): Fix compiler warning. + +end-sanitize-gdbtk Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com> * gdb.base/Makefile.in, gdb.c++/Makefile.in, @@ -373,12 +382,14 @@ Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com> * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp, gdb.base/default.exp: Replace "exec" with "executable". +start-sanitize-gdbtk 1998-09-29 Keith Seitz <keiths@cygnus.com> * gdb.gdbtk/browser.test: Fix tests which incorrectly assume that gdb knows _exactly_ which files belong to the user and which come from libraries. +end-sanitize-gdbtk Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com> * gdb.base/default.exp: Change else if to elseif from previous |