summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2005-08-31 19:29:55 +0000
committerfche <fche>2005-08-31 19:29:55 +0000
commitf9f77dcebfbee6d977e67510f8a1ec7f40d88899 (patch)
tree4a60ac2c4b7b08e99499a6f92374ffd29c31237b /ChangeLog
parent66c2c709aea4f049513c02b5f7c6174f1b7a50e8 (diff)
downloadsystemtap-steved-f9f77dcebfbee6d977e67510f8a1ec7f40d88899.tar.gz
systemtap-steved-f9f77dcebfbee6d977e67510f8a1ec7f40d88899.tar.xz
systemtap-steved-f9f77dcebfbee6d977e67510f8a1ec7f40d88899.zip
2005-08-31 Frank Ch. Eigler <fche@redhat.com>
* translate.cxx (visit_array_in, visit_arrayindex): Use write locks even for array reads, until PR 1275. (translate_pass): Add read_trylock -> write_trylock escalation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a70c8fd5..c92c77f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-31 Frank Ch. Eigler <fche@redhat.com>
+
+ * translate.cxx (visit_array_in, visit_arrayindex): Use write locks
+ even for array reads, until PR 1275.
+ (translate_pass): Add read_trylock -> write_trylock escalation.
+
2005-08-30 Roland McGrath <roland@redhat.com>
* Makefile.am (install-data-local): Use mkdir -p, not -mkdir.