summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <[email protected]>2010-01-07 20:24:34 -0800
committerRoland McGrath <[email protected]>2010-01-07 20:24:34 -0800
commitf95760aff004850544f83626404c134d6a07c630 (patch)
tree5e682173fecb47c8b33231819bc0e0f151b371c6 /libdwfl/ChangeLog
parentbd733cae5159e3a3c4c05f7685559fa3ae8b58c6 (diff)
Use elf_getphdrnum in libdw and libdwfl.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index f6698255..d9e6e654 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-07 Roland McGrath <[email protected]>
+
+ * core-file.c (dwfl_core_file_report): Use elf_getphdrnum.
+ * dwfl_module_build_id.c (__libdwfl_find_build_id): Likewise.
+ * dwfl_module_getdwarf.c (open_elf, find_dynsym): Likewise.
+ * dwfl_report_elf.c (__libdwfl_report_elf): Likewise.
+
2010-01-06 Roland McGrath <[email protected]>
* relocate.c (relocate_getsym): For SHN_COMMON, zero st_value.