summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2526009e..97a83ca0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-03-30 David Smith <dsmith@redhat.com>
+ PR 2341
+ * translate.cxx (c_unparser::emit_locks): No longer emits a read
+ lock for global variables that are only written to in begin/end
+ probes.
+ (c_unparser::emit_unlocks): Ditto.
+ (translate_pass): Runs a varuse_collecting_visitor over probes
+ that need global variable locks for use in
+ emit_locks()/emit_unlocks().
+
* stap.1.in: Corrected probe overload processing text.
2007-03-29 David Smith <dsmith@redhat.com>