+2009-07-02 Roland McGrath <roland@redhat.com>
+
+ * c++/dwarf_output: Rewrite.
+ * c++/subr.hh: New helpers for dwarf_output/dwarf_data.
+
+ * c++/dwarf_edit: Much guts moved to ...
+ * c++/dwarf_data: ... here, new file.
+ * c++/known.cc: Update specializations.
+
+ * libdw/c++/edit-values.cc (what_space): Moved to ...
+ * c++/data-values.hh: ... here, new file.
+
+ * Makefile.am (noinst_HEADERS): Add it.
+
+ * c++/output-values.cc: New file.
+ * Makefile.am (libdwpp_a_SOURCES): Add it.
+ Makefile.am (pkginclude_HEADERS): Add dwarf_data, dwarf_output.
+
+ * c++/dwarf: Use to_string function overload, not to_string method.
+ * c++/values.cc: Define to_string specializations.
+
2009-07-01 Roland McGrath <roland@redhat.com>
* c++/dwarf_tracker: Major revamp for efficiency and to handle
c++/line_info.cc \
c++/edit-values.cc \
c++/output-values.cc
-noinst_HEADERS = c++/dwarf-knowledge.cc
+noinst_HEADERS = c++/dwarf-knowledge.cc \
+ c++/data-values.hh
if MAINTAINER_MODE
BUILT_SOURCES = $(srcdir)/known-dwarf.h