diff options
author | Roland McGrath <roland@redhat.com> | 2007-04-16 23:13:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2007-04-16 23:13:37 +0000 |
commit | 43da9895c6d828ceae65a47f2337e8ef24eb97c1 (patch) | |
tree | 4454878335a5a6f65083a04824b3968702bfcf6b /NEWS | |
parent | bf2ee480165faec726d678f189acd2bd54e07573 (diff) | |
download | elfutils-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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: |