aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-30 16:33:55 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-30 16:33:55 +0000
commit020cc13c3a0782029f408a8164a13a1e5af6d538 (patch)
treeead54c7e69e02186382d78e6231457461acc585e /gdb/ChangeLog
parent0174e383ca06a8115b179428d4f68a7bdd3e08f2 (diff)
downloadgdb-020cc13c3a0782029f408a8164a13a1e5af6d538.zip
gdb-020cc13c3a0782029f408a8164a13a1e5af6d538.tar.gz
gdb-020cc13c3a0782029f408a8164a13a1e5af6d538.tar.bz2
2002-11-30 Andrew Cagney <cagney@redhat.com>
* exec.c (xfer_memory): Replace boolean with int. * p-exp.y: Use 0 instead of false. * corelow.c (gdb_check_format): Change return type to int from boolean. * utils.c: Don't include <curses.h> or <term.h> first.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bfe5163..d27c626 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2002-11-30 Andrew Cagney <cagney@redhat.com>
+
+ * exec.c (xfer_memory): Replace boolean with int.
+ * p-exp.y: Use 0 instead of false.
+ * corelow.c (gdb_check_format): Change return type to int from
+ boolean.
+ * utils.c: Don't include <curses.h> or <term.h> first.
+
2002-11-29 Stephane Carrez <stcarrez@nerim.fr>
* m68hc11-tdep.c (m68hc11_register_raw_size): Remove.