Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-09-02 14:21:34 +0400
committerCorinna Vinschen <corinna@vinschen.de>2012-09-02 14:21:34 +0400
commit7dc516595457594be6db9a18e8ead1aadcdb8e0f (patch)
tree612e212006c17de8d793c63c9dfa5963c63ec202 /winsup/cygwin/ChangeLog
parent199a8245e020614d5ad886e2b77e34b80a94867f (diff)
* pseudo-reloc.cc (auto_protect_for): New function.
(__write_memory): Call auto_protect_for to handle page protection. (do_pseudo_reloc): Call auto_protect_for to restore old page protection.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 90ac80c04..b35df3805 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2012-09-02 Jin-woo Ye <jojelino@gmail.com>
+ Corinna Vinschen <corinna@vinschen.de>
+
+ * pseudo-reloc.cc (auto_protect_for): New function.
+ (__write_memory): Call auto_protect_for to handle page protection.
+ (do_pseudo_reloc): Call auto_protect_for to restore old page protection.
+
2012-08-26 Christopher Faylor <me.cygwin2012@cgf.cx>
* pinfo.cc (pinfo::init): Remove assertion.