summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhunt <hunt>2006-11-02 19:28:29 +0000
committerhunt <hunt>2006-11-02 19:28:29 +0000
commita73e6252acd62cf9a0cb1c567ef2663671505a4b (patch)
tree10334cc341fead6dd60da048c96f59fdd7b35c05
parentb8dc427ea7b28374756092fe6614919f568f7052 (diff)
downloadsystemtap-steved-a73e6252acd62cf9a0cb1c567ef2663671505a4b.tar.gz
systemtap-steved-a73e6252acd62cf9a0cb1c567ef2663671505a4b.tar.xz
systemtap-steved-a73e6252acd62cf9a0cb1c567ef2663671505a4b.zip
*** empty log message ***
-rw-r--r--runtime/ChangeLog8
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.