aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-03-29 00:51:17 +0000
committerAndrew Cagney <cagney@redhat.com>2000-03-29 00:51:17 +0000
commit80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30 (patch)
tree34d6bfef9efa09f4b843220ee837359390a2c15a /gdb/ChangeLog
parent692590c19f459c379c6e13f83448ad5d11ebf1ed (diff)
downloadgdb-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.zip
gdb-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.tar.gz
gdb-80ce1ecb70abc7e20c1e7b6db8f2ead5c603be30.tar.bz2
Fix various GCC warnings.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 44d8c63..2e333f8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Wed Mar 29 10:16:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * breakpoint.h (remove_hw_watchpoints): Add declaration.
+ * breakpoints.c (remove_hw_watchpoints): Update.
+ * maint.c (maintenance_do_deprecate): Avoid assignment within IF
+ condition.
+
2000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
breakpoint.c, breakpoint.h (remove_hw_watchpoints): New function.