From db3a383b3ba2efb0cea830a2407cdd1a73fc03c5 Mon Sep 17 00:00:00 2001 From: kenistoj Date: Tue, 13 Nov 2007 21:57:21 +0000 Subject: PR 5270 * main.cxx: Restored pre-10-08 version: moved uprobes build to buildrun.cxx. * buildrun.cxx: Reworked uprobes build so that the resulting Module.symvers can be used in building the stap-generated module. If user isn't root, call verify_uprobes_uptodate() rather than trying (and failing) to rebuild uprobes.ko. * buildrun.h: uprobes_enabled() and make_uprobes() are no longer extern. * runtime/uprobes/Makefile: Added uprobes.ko target for use by verify_uprobes_uptodate(). --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 95dff80c..95cc25ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-11-13 Jim Keniston + + PR 5270 + * main.cxx: Restored pre-10-08 version: moved uprobes build to + buildrun.cxx. + * buildrun.cxx: Reworked uprobes build so that the resulting + Module.symvers can be used in building the stap-generated + module. If user isn't root, call verify_uprobes_uptodate() + rather than trying (and failing) to rebuild uprobes.ko. + * buildrun.h: uprobes_enabled() and make_uprobes() are no + longer extern. + * runtime/uprobes/Makefile: Added uprobes.ko target for use + by verify_uprobes_uptodate(). + 2007-11-12 Martin Hunt * stap.1.in: Replaced references to the log() function. -- cgit