summaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authorrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-20 17:10:19 +0000
committerrmathew <rmathew@138bc75d-0d04-0410-961f-82ee72b054a4>2006-06-20 17:10:19 +0000
commit03dc0418426744006896fac7e083e8b9b4dcb9d8 (patch)
treef5f09bc8de3372861139eacf0b8c5d60b274c132 /boehm-gc/ChangeLog
parent0a06d4f08c513a184a2f3bbb477b701bc65e9b15 (diff)
downloadgcc-03dc0418426744006896fac7e083e8b9b4dcb9d8.tar.gz
Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
* os_dep.c (GC_wnt): Define. (GC_init_win32): Set GC_wnt. * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE sections also on Windows 9x/ME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114818 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index cdb7f7c1d90..ca5f33ce613 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,11 @@
+2006-06-20 Ranjit Mathew <rmathew@gcc.gnu.org>
+
+ Backport Windows 9x/ME VirtualQuery() fix from GC 6.7.
+ * os_dep.c (GC_wnt): Define.
+ (GC_init_win32): Set GC_wnt.
+ * dyn_load.c (GC_register_dynamic_libraries): Consider MEM_PRIVATE
+ sections also on Windows 9x/ME.
+
2006-06-02 Geoffrey Keating <geoffk@apple.com>
* configure.ac: Define HAS_PPC_THREAD_STATE_R0,