Mark new dwfl functions with version ELFUTILS_0.158.
authorMark Wielaard <mjw@redhat.com>
Tue, 26 Nov 2013 14:13:22 +0000 (15:13 +0100)
committerMark Wielaard <mjw@redhat.com>
Tue, 26 Nov 2013 14:15:56 +0000 (15:15 +0100)
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@redhat.com>
libdw/ChangeLog
libdw/libdw.map

index dc0c4c9..33885ac 100644 (file)
@@ -1,3 +1,11 @@
+2013-11-26  Mark Wielaard  <mjw@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@redhat.com>
 
        * dwarf_getaranges.c (dwarf_getaranges): Read segment_size and
index 922608a..060c3df 100644 (file)
@@ -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;