aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b431592..403bbcb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,15 @@
2006-10-05 Daniel Jacobowitz <dan@codesourcery.com>
+ * Makefile.in (gdb_expat_h): New.
+ (xml_support_h): Add gdb_expat.h dependency.
+ (memory-map.o, xml-support.o): Likewise.
+ * gdb_expat.h: New file.
+ * xml-support.h: Include it.
+ * memory-map.c, xml-support.c: Likewise. Remove XML_STATUS_OK
+ definitions.
+
+2006-10-05 Daniel Jacobowitz <dan@codesourcery.com>
+
* remote.c (get_remote_state_raw): Renamed from get_remote_state.
(get_remote_state): New function.
(init_remote_state, _initialize_remote): Use get_remote_state_raw.