diff options
author | Roland McGrath <roland@redhat.com> | 2008-09-30 06:35:35 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2008-09-30 06:35:35 +0000 |
commit | 9cf28e4f899f97ecdc983a0af8e2be62f3d69058 (patch) | |
tree | df4ddf5910d2854a66e71081fd4753acb1ebd6d8 /libdwfl/ChangeLog | |
parent | bb48a2702b6db50614fbbf08b02a1c7d83e28ecf (diff) | |
download | elfutils-9cf28e4f899f97ecdc983a0af8e2be62f3d69058.tar.gz |
libdwfl/
2008-09-29 Roland McGrath <roland@redhat.com>
* segment.c (insert): Must realloc DWFL->lookup_module here too.
(dwfl_report_segment): Clear DWFL->lookup_module before insert calls.
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r-- | libdwfl/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog index 9e54a831..e29c7d60 100644 --- a/libdwfl/ChangeLog +++ b/libdwfl/ChangeLog @@ -1,3 +1,17 @@ +2008-09-29 Roland McGrath <roland@redhat.com> + + * segment.c (insert): Must realloc DWFL->lookup_module here too. + (dwfl_report_segment): Clear DWFL->lookup_module before insert calls. + +2008-08-28 Roland McGrath <roland@redhat.com> + + * segment.c (reify_segments): Fix last change. + +2008-08-27 Roland McGrath <roland@redhat.com> + + * linux-proc-maps.c (read_proc_memory): Return 0 for EINVAL or EPERM + failure from pread64. + 2008-08-26 Roland McGrath <roland@redhat.com> * segment.c (reify_segments): Insert a trailing segment for a module |