summaryrefslogtreecommitdiff
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-08-23 05:58:42 +0000
committerRoland McGrath <roland@redhat.com>2005-08-23 05:58:42 +0000
commit3712b288d1407cf6551d359cdaacb31bbf2b2a75 (patch)
tree7cc26849857baedb12f30026cb2a6347f17bfe11 /libdwfl/ChangeLog
parenta5c2643cd20a11080e4474af6dd547145248680f (diff)
downloadelfutils-3712b288d1407cf6551d359cdaacb31bbf2b2a75.tar.gz
2005-08-22 Roland McGrath <roland@redhat.com>
* dwfl_module_getdwarf.c (find_symtab): Use elf_getdata instead of elf_rawdata for symbol-related sections.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 532e1805..3d4320c6 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-22 Roland McGrath <roland@redhat.com>
+
+ * dwfl_module_getdwarf.c (find_symtab): Use elf_getdata instead of
+ elf_rawdata for symbol-related sections.
+
2005-08-10 Roland McGrath <roland@redhat.com>
* relocate.c (__libdwfl_relocate): Take argument DEBUGFILE,