aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/ChangeLog
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-29 21:05:07 +0000
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2016-03-29 21:05:07 +0000
commit04a4d1ce0425912054b6f8db5bc15029bf87e055 (patch)
tree62a5dc97fff9a7a664468e41adb2c2279b458ba4 /boehm-gc/ChangeLog
parent0275bf9b30490922d3aadb85522e314bafdda626 (diff)
[Hurd, kFreeBSD] boehm-gc: Use mmap instead of brk
boehm-gc/ * configure.host: Set gc_use_mmap on *-kfreebsd-gnu* and *-gnu*. * include/private/gcconfig.h [HURD && USE_MMAP]: Define USE_MMAP_ANON. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@234534 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/ChangeLog')
-rw-r--r--boehm-gc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index c41734a3cc5..6896c67b757 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
+
+ * configure.host: Set gc_use_mmap on *-kfreebsd-gnu* and *-gnu*.
+ * include/private/gcconfig.h [HURD && USE_MMAP]: Define
+ USE_MMAP_ANON.
+
2016-03-16 Andreas Schwab <schwab@suse.de>
* include/private/gcconfig.h [AARCH64] (ALIGNMENT, CPP_WORDSZ):