summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2007-04-16 23:13:37 +0000
committerRoland McGrath <roland@redhat.com>2007-04-16 23:13:37 +0000
commit43da9895c6d828ceae65a47f2337e8ef24eb97c1 (patch)
tree4454878335a5a6f65083a04824b3968702bfcf6b /NEWS
parentbf2ee480165faec726d678f189acd2bd54e07573 (diff)
downloadelfutils-43da9895c6d828ceae65a47f2337e8ef24eb97c1.tar.gz
libdw/
2007-04-16 Roland McGrath <roland@redhat.com> * libdw.map (ELFUTILS_0.127): Add dwfl_module_address_section. libdwfl/ 2007-04-16 Roland McGrath <roland@redhat.com> * derelocate.c (cache_sections): Apply bias to sh_addr. (compare_secrefs): Fix address comparison to avoid signed overflow. (find_section): New function, broken out of ... (dwfl_module_relocate_address): ... here, call it. (check_module): New function, broken out of ... (dwfl_module_relocate_address): ... here, call it. (dwfl_module_address_section): New function. * libdwfl.h: Declare it. tests/ 2007-04-16 Roland McGrath <roland@redhat.com> * dwfl-addr-sect.c: New file. * Makefile.am (noinst_PROGRAMS): Add it. (dwfl_addr_sect_LDADD): New variable.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ca9f899..1a27aa1b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
Version 0.127:
+libdw: new function dwarf_getsrcdirs
+
libdwfl: new functions dwfl_module_addrsym, dwfl_report_begin_add
Version 0.126: