summaryrefslogtreecommitdiff
path: root/elfutils/libdwfl/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libdwfl/ChangeLog')
-rw-r--r--elfutils/libdwfl/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/elfutils/libdwfl/ChangeLog b/elfutils/libdwfl/ChangeLog
index d9e6e654..7df643e3 100644
--- a/elfutils/libdwfl/ChangeLog
+++ b/elfutils/libdwfl/ChangeLog
@@ -1,3 +1,22 @@
+2010-02-17 Roland McGrath <roland@redhat.com>
+
+ * dwfl_segment_report_module.c (addr_segndx): Take new flag argument.
+ If set, find the first index not below ADDR.
+ (dwfl_segment_report_module): Update callers.
+ Pass true when calculating return value.
+
+2010-02-15 Roland McGrath <roland@redhat.com>
+
+ * Makefile.am: Use config/eu.am for common stuff.
+
+ * find-debuginfo.c (find_debuginfo_in_path): Fix uninitialized
+ variable in failure path.
+
+2010-02-02 Mark Wielaard <mjw@redhat.com>
+
+ * dwfl_module_dwarf_cfi.c (dwfl_module_dwarf_cfi): Always set bias.
+ * dwfl_module_eh_cfi.c (dwfl_module_eh_cfi): Likewise
+
2010-01-07 Roland McGrath <roland@redhat.com>
* core-file.c (dwfl_core_file_report): Use elf_getphdrnum.