aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-06-27 22:36:48 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-06-27 22:36:48 +0000
commit7fd19291a5393d200470b8bd79de3ce21c4e4bee (patch)
treec105247981108997e8faf34d6055638c1d52e2a1 /gcc
parentf9dedc3f21020bcc704fcfb7caa1b04b5dc874e7 (diff)
downloadgcc-7fd19291a5393d200470b8bd79de3ce21c4e4bee.zip
gcc-7fd19291a5393d200470b8bd79de3ce21c4e4bee.tar.gz
gcc-7fd19291a5393d200470b8bd79de3ce21c4e4bee.tar.bz2
runtime: adapt memory management to AIX mmap
On AIX: * mmap does not allow to map an already mapped range, * mmap range start at 0x30000000 for 32 bits processes, * mmap range start at 0x70000000_00000000 for 64 bits processes This is adapted from change 37845. Issue golang/go#19200 Reviewed-on: https://go-review.googlesource.com/46772 From-SVN: r249713
Diffstat (limited to 'gcc')
-rw-r--r--gcc/go/gofrontend/MERGE2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE
index 500ab5e..b52320b 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-63b766d67098877496a4b79d7f41e731fbe8abc8
+66d14d95a5a453682fe387319c80bc4fc40d96ad
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.