From a73e6252acd62cf9a0cb1c567ef2663671505a4b Mon Sep 17 00:00:00 2001 From: hunt Date: Thu, 2 Nov 2006 19:28:29 +0000 Subject: *** empty log message *** --- runtime/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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 + * 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. -- cgit