diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 11:09:51 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-10 11:09:51 -0400 |
commit | 7b8bcc72304c9101dce8e5faeb50448f2b49cf6d (patch) | |
tree | 3b11cf95b4e0d4683bf3026ddfc8900189cd4e59 /runtime/ChangeLog | |
parent | a00cc8c70d20f2f3429590b629d272c8db65b40f (diff) | |
download | systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.gz systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.tar.xz systemtap-steved-7b8bcc72304c9101dce8e5faeb50448f2b49cf6d.zip |
PR6736: changelogs for post-merge compiled unwind/symbols data reorganization
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 25faffe2..de988561 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,16 @@ +2008-07-10 Frank Ch. Eigler <fche@elastic.org> + + PR 6736. + * sym.c (_stp_module_relocate): Generalized to search all + _stp_module[]s. + (_stp_kallsyms_lookup_name): Gone. + (_stp_find_module_by_addr): Rewritten. + (_stp_get_unwind_info): Temporarily gone. + * sym.h (_stp_module): Simplify structure. + * unwind.c: Adapt just enough to compile with eliminated elements. + + * probes.stp: Removed unused file. + 2008-07-09 Mark Wielaard <mwielaard@redhat.com> PR 6732 |