summaryrefslogtreecommitdiffstats
path: root/libdw/ChangeLog
diff options
context:
space:
mode:
authorMark Wielaard <[email protected]>2013-11-27 16:45:44 +0100
committerMark Wielaard <[email protected]>2013-11-27 16:45:44 +0100
commit819c349f6339512d6961a6172c539fdf2c2f1328 (patch)
treec7be311a37ac6ebae7d27b10f401d131d7d8be0d /libdw/ChangeLog
parent16bc4569a9d4c86aac4de749ccf27fa7b1ae24d5 (diff)
libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf.
Introduce two new functions that also return the elf associated with a symbol to make symbol section indexing work for non-special sections. Simplify code by removing dwfl_file where appropriate and just track Elf directly. Document limitations of shndx with existing dwfl_module_addrsym and dwfl_module_getsym. Extend dwflsyms testcase to check some more symbol and section (index) properties. Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libdw/ChangeLog')
-rw-r--r--libdw/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdw/ChangeLog b/libdw/ChangeLog
index 33885ac3..91e10833 100644
--- a/libdw/ChangeLog
+++ b/libdw/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-27 Mark Wielaard <[email protected]>
+
+ * libdw.map (ELFUTILS_0.158): Add dwfl_module_addrsym_elf and
+ dwfl_module_getsym_elf.
+
2013-11-26 Mark Wielaard <[email protected]>
* libdw.map (ELFUTILS_0.156): Move dwfl_attach_state, dwfl_pid,