aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-02-07 22:51:36 +0000
committerDaniel Jacobowitz <drow@false.org>2007-02-07 22:51:36 +0000
commitfc6e01687db6c40a4b6c68dc53380a4edbc34d7c (patch)
tree71bd3ad381fd6bca2f21fecc383402a636b5e931 /gdb/ChangeLog
parent108546a0ea067d8e5da4d223fb03c6659b153bd0 (diff)
downloadgdb-fc6e01687db6c40a4b6c68dc53380a4edbc34d7c.zip
gdb-fc6e01687db6c40a4b6c68dc53380a4edbc34d7c.tar.gz
gdb-fc6e01687db6c40a4b6c68dc53380a4edbc34d7c.tar.bz2
* xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
(xml_cache): New. (tdesc_parse_xml): Cache expanded descriptions.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index be2bcfe..7592d69 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
+ * xml-tdesc.c (struct tdesc_xml_cache, tdesc_xml_cache_s)
+ (xml_cache): New.
+ (tdesc_parse_xml): Cache expanded descriptions.
+
+2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
+
* Makefile.in (XMLFILES): New.
(COMMON_OBS): Add xml-builtin.o.
(xml-builtin.c, stamp-xml): New rules.