diff options
| author | hunt <hunt> | 2007-03-21 15:09:57 +0000 |
|---|---|---|
| committer | hunt <hunt> | 2007-03-21 15:09:57 +0000 |
| commit | c45f6fbff2e7e32b1b9cd4c6e726fa202a4542cf (patch) | |
| tree | 9a242cf5d0dbf2b9bd3013ac529c22de0c93faf1 /runtime/ChangeLog | |
| parent | ee8d9a0d5b784bc02d07ff587d71b1f9d4557635 (diff) | |
| download | systemtap-steved-c45f6fbff2e7e32b1b9cd4c6e726fa202a4542cf.tar.gz systemtap-steved-c45f6fbff2e7e32b1b9cd4c6e726fa202a4542cf.tar.xz systemtap-steved-c45f6fbff2e7e32b1b9cd4c6e726fa202a4542cf.zip | |
2007-03-21 Martin Hunt <hunt@redhat.com>
* sym.h: Declare _stp_module_relocate.
* sym.c (_stp_module_relocate): Add comments, reformat, add
a way for "last" cached values to be cleared when modules
are removed.
(_stp_symbol_print): Simplify and remove static buffer.
(_stp_symbol_snprint): Ditto.
* symbols.c (_stp_del_module): Add a call to _stp_module_relocate
to clear its cache.
Diffstat (limited to 'runtime/ChangeLog')
| -rw-r--r-- | runtime/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index c8941e85..96471c74 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,13 @@ 2007-03-21 Martin Hunt <hunt@redhat.com> + * sym.h: Declare _stp_module_relocate. + * sym.c (_stp_module_relocate): Add comments, reformat, add + a way for "last" cached values to be cleared when modules + are removed. + (_stp_symbol_print): Simplify and remove static buffer. + (_stp_symbol_snprint): Ditto. + +2007-03-21 Martin Hunt <hunt@redhat.com> * map.c (_stp_map_init): Fix signed vs unsigned comparison warning. 2007-03-20 Frank Ch. Eigler <fche@elastic.org> |
