summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordsmith <dsmith>2007-09-25 15:34:42 +0000
committerdsmith <dsmith>2007-09-25 15:34:42 +0000
commit38c963a9ae79b65466a3ba74dcd04a15c0c13d54 (patch)
tree44b1e92b3b93971d47a2c234155a7566aa192cf7 /ChangeLog
parent69b7c84ec7ca339b64c8c4a9d722b11da6c5f3ab (diff)
downloadsystemtap-steved-38c963a9ae79b65466a3ba74dcd04a15c0c13d54.tar.gz
systemtap-steved-38c963a9ae79b65466a3ba74dcd04a15c0c13d54.tar.xz
systemtap-steved-38c963a9ae79b65466a3ba74dcd04a15c0c13d54.zip
2007-09-25 David Smith <dsmith@redhat.com>
* tapsets.cxx (mark_query::handle_query_module): Updated for 9/18/2007 markers patch. (mark_derived_probe::parse_probe_sig): Ditto. (mark_derived_probe_group::emit_module_decls): Ditto. (mark_derived_probe_group::emit_module_init): Ditto. (mark_derived_probe_group::emit_module_exit): Ditto.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b14023cf..2d80c69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-09-25 David Smith <dsmith@redhat.com>
+
+ * tapsets.cxx (mark_query::handle_query_module): Updated for
+ 9/18/2007 markers patch.
+ (mark_derived_probe::parse_probe_sig): Ditto.
+ (mark_derived_probe_group::emit_module_decls): Ditto.
+ (mark_derived_probe_group::emit_module_init): Ditto.
+ (mark_derived_probe_group::emit_module_exit): Ditto.
+
2007-09-24 Masami Hiramatsu <mhiramat@redhat.com>
PR 3916