[COMMITTED] Mark new dwfl functions with version ELFUTILS_0.158.

Mark Wielaard mjw at redhat.com
Tue Nov 26 14:20:20 UTC 2013


It took two versions to get the new thread state and unwind dwfl functions
in. Make sure they carry the latest elfutils symbol version in which they
were actually added.

Signed-off-by: Mark Wielaard <mjw at redhat.com>
---
 libdw/ChangeLog |    8 ++++++++
 libdw/libdw.map |   21 +++++++++++----------
 2 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index dc0c4c9..33885ac 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,11 @@
+2013-11-26  Mark Wielaard  <mjw at redhat.com>
+
+	* libdw.map (ELFUTILS_0.156): Move dwfl_attach_state, dwfl_pid,
+	dwfl_thread_dwfl, dwfl_thread_tid, dwfl_frame_thread,
+	dwfl_thread_state_registers, dwfl_thread_state_register_pc,
+	dwfl_getthreads, dwfl_thread_getframes and dwfl_frame_pc to ...
+	(ELFUTILS_0.158): ... here.
+
 2013-11-09  Mark Wielaard  <mjw at redhat.com>
 
 	* dwarf_getaranges.c (dwarf_getaranges): Read segment_size and
diff --git a/libdw/libdw.map b/libdw/libdw.map
index 922608a..060c3df 100644
--- a/libdw/libdw.map
+++ b/libdw/libdw.map
@@ -259,16 +259,6 @@ ELFUTILS_0.156 {
   global:
     # Replaced ELFUTILS_0.122 version, which has a wrapper without add_p_vaddr.
     dwfl_report_elf;
-    dwfl_attach_state;
-    dwfl_pid;
-    dwfl_thread_dwfl;
-    dwfl_thread_tid;
-    dwfl_frame_thread;
-    dwfl_thread_state_registers;
-    dwfl_thread_state_register_pc;
-    dwfl_getthreads;
-    dwfl_thread_getframes;
-    dwfl_frame_pc;
 } ELFUTILS_0.149;
 
 ELFUTILS_0.157 {
@@ -282,4 +272,15 @@ ELFUTILS_0.158 {
   global:
     # Replaced ELFUTILS_0.146 version, which has a wrapper without executable.
     dwfl_core_file_report;
+
+    dwfl_attach_state;
+    dwfl_pid;
+    dwfl_thread_dwfl;
+    dwfl_thread_tid;
+    dwfl_frame_thread;
+    dwfl_thread_state_registers;
+    dwfl_thread_state_register_pc;
+    dwfl_getthreads;
+    dwfl_thread_getframes;
+    dwfl_frame_pc;
 } ELFUTILS_0.157;
-- 
1.7.1



More information about the elfutils-devel mailing list