]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
log entries roland/dwarf-collector
authorRoland McGrath <roland@redhat.com>
Thu, 2 Jul 2009 08:59:57 +0000 (01:59 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 2 Jul 2009 08:59:57 +0000 (01:59 -0700)
libdw/ChangeLog
libdw/Makefile.am

index 28cc39a5bae7845bf0196d355fab924e926d8f9e..a269182eb4211f0a1cd0efa0c3d7246c75799d41 100644 (file)
@@ -1,3 +1,24 @@
+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
index 9f3a910d5ae1fc36ba9add3bf1e33d6225ad5d78..f358840c47de8e91f572f917a7a10fefc3410597 100644 (file)
@@ -96,7 +96,8 @@ libdwpp_a_SOURCES = c++/values.cc \
                    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