diff options
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index 44147429..0a12c0d3 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,13 @@ +2008-10-06 Wenji Huang <wenji.huang@oracle.com> + + PR 4886 + * sym.h (_stp_module): Add several fields to store build-id. + * sym.c (_stp_module_check): New function to check build-id. + * staprun/staprun.c (send_relocation_kernel): Send build-id of runtime + kernel if there. + * transport/symbols.c (_stp_do_relocation): Update note section. + (_stp_section_is_interesting): No filter to .note.gnu.build-id. + 2008-10-03 Mark Wielaard <mjw@redhat.com> * procfs.c (_stp_rmdir_proc_module): Remove debug output from warning. |