diff options
author | dsmith <dsmith> | 2007-09-25 15:34:42 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2007-09-25 15:34:42 +0000 |
commit | 38c963a9ae79b65466a3ba74dcd04a15c0c13d54 (patch) | |
tree | 44b1e92b3b93971d47a2c234155a7566aa192cf7 /ChangeLog | |
parent | 69b7c84ec7ca339b64c8c4a9d722b11da6c5f3ab (diff) | |
download | systemtap-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |