diff options
author | hunt <hunt> | 2006-11-02 19:28:29 +0000 |
---|---|---|
committer | hunt <hunt> | 2006-11-02 19:28:29 +0000 |
commit | a73e6252acd62cf9a0cb1c567ef2663671505a4b (patch) | |
tree | 10334cc341fead6dd60da048c96f59fdd7b35c05 /runtime | |
parent | b8dc427ea7b28374756092fe6614919f568f7052 (diff) | |
download | systemtap-steved-a73e6252acd62cf9a0cb1c567ef2663671505a4b.tar.gz systemtap-steved-a73e6252acd62cf9a0cb1c567ef2663671505a4b.tar.xz systemtap-steved-a73e6252acd62cf9a0cb1c567ef2663671505a4b.zip |
*** empty log message ***
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 3b4b4014..9b908cc1 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,13 @@ 2006-11-02 Martin Hunt <hunt@redhat.com> + * sym.c (_stp_module_relocate): New function. Needed by the + translator to relocate module symbols. + (_stp_kallsyms_lookup_name): Rewrite to use new symbol structs. + (_stp_kallsyms_lookup): Ditto. + + * sym.h: Declare the structures and arrays that contain all + the symbol and module information. + * io.c (_stp_vlog, _stp_dbug): Make first parameter const. * runtime.h: Update prototype for _stp_dbug. |