aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-10-26 17:23:42 -0700
committerIan Lance Taylor <iant@golang.org>2022-10-27 17:12:57 -0700
commit0a2984dd10598ba091b8e992145998fb1640a9b8 (patch)
treea2975255a183f1a29d1b864c8c82d10516ca10b6 /gcc/go
parentfc01cfa96786ba94077e45c475768f38592e63cf (diff)
downloadgcc-0a2984dd10598ba091b8e992145998fb1640a9b8.zip
gcc-0a2984dd10598ba091b8e992145998fb1640a9b8.tar.gz
gcc-0a2984dd10598ba091b8e992145998fb1640a9b8.tar.bz2
runtime: use _libgo_off_t_type when calling C mmap
The last argument to the C mmap function is type off_t, not uintptr. On some 32-bit systems, off_t is larger than uintptr. Based on patch by Sören Tempel. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/445735
Diffstat (limited to 'gcc/go')
-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 5b95b38..7e531c3 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-6c188108858e3ae8c8ea8e4cc55427d8cf01bbc8
+5e658f4659c551330ea68f5667e4f951b218f32d
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.