From: Keith Seitz Date: Fri, 29 Jan 1999 14:35:12 +0000 (+0000) Subject: * gdb.gdbtk/cpp_variable.test (cpp_variable-1.1): Fix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16c338694dbbb57afc79c0426c505fdca4b4e8ae;p=binutils-gdb.git * 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index be9f8401b70..8a9b1e50471 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 + + * 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 * gdb.base/Makefile.in, gdb.c++/Makefile.in, @@ -373,12 +382,14 @@ Thu Oct 1 20:56:14 1998 Andrew Cagney * 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 * 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 * gdb.base/default.exp: Change else if to elseif from previous