[PATCH] Add C++ wrappers for iterating through various libdw and libdwfl objects

Petr Machata pmachata at redhat.com
Wed Mar 18 00:38:56 UTC 2015


Forgot to include the following:

diff --git a/ChangeLog b/ChangeLog
index f81b302..35e4deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-18  Petr Machata  <pmachata at redhat.com>
+
+	* configure.ac (HAVE_CXX): New conditional.
+	* NEWS: Mention two new header files, c++/libdw and c++/libdwfl.
+
 2014-12-18  Mark Wielaard  <mjw at redhat.com>
 
 	* configure.ac: Set version to 0.161.
diff --git a/NEWS b/NEWS
index e4fd31e..69d8c30 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 0.162
+
+libdw: Install new header files c++/libdw, c++/libdwfl.
+
 Version 0.161
 
 libdw: New function dwarf_peel_type. dwarf_aggregate_size now uses
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 6ae5e53..ae2262b 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-18  Petr Machata  <pmachata at redhat.com>
+
+	* test-iterators.cc, run-test-iterators.sh: New files.
+	* Makefile.am (check_PROGRAMS) [HAVE_CXX]: Add test-iterators.
+	(TESTS) [HAVE_CXX]: Add run-test-iterators.sh.
+
 2015-02-18  Mark Wielaard  <mjw at redhat.com>
 
 	* newdata.c (check_section_data): Use PRId64 for printing loff_t.

Thanks,
Petr


More information about the elfutils-devel mailing list