aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-09-21 16:26:08 -0700
committerIan Lance Taylor <iant@golang.org>2022-09-22 06:28:19 -0700
commitf35be1268c996d993ab0b4ff329734d467474445 (patch)
tree0c12b075c51c0d5097f26953835ae540d9f2f501 /gcc/go
parent44dba051d72587828882cbb31118934a4fb06c1a (diff)
downloadgcc-f35be1268c996d993ab0b4ff329734d467474445.zip
gcc-f35be1268c996d993ab0b4ff329734d467474445.tar.gz
gcc-f35be1268c996d993ab0b4ff329734d467474445.tar.bz2
cmd/cgo: add and use runtime/cgo.Incomplete instead of //go:notinheap
This ports https://go.dev/cl/421879 to libgo. This is a quick port to update gofrontend to work with the version of cgo in gc mainline. A more complete port will follow, changing the gc version of cmd/cgo to choose an approach based on feature testing the gccgo in use. Updates golang/go#46731 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/432338
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 dce38e7..f7a7985 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-6543b7fc6da533eb976b37649a925e7fd5a521fa
+42efec8c126cf3787bc7c89d9c7f224eff7c5a21
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.