aboutsummaryrefslogtreecommitdiff
path: root/gcc/go
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2017-06-22 22:11:01 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2017-06-22 22:11:01 +0000
commitb34391e08e273b5dbdce966518c6d7be0596bd16 (patch)
treea7c718ad2a1c12d1364d1ab18d4899f4fdbbe2e6 /gcc/go
parentf384e12acc5b5b06d5fcc9a40ea6cffb8c0aa4c8 (diff)
downloadgcc-b34391e08e273b5dbdce966518c6d7be0596bd16.zip
gcc-b34391e08e273b5dbdce966518c6d7be0596bd16.tar.gz
gcc-b34391e08e273b5dbdce966518c6d7be0596bd16.tar.bz2
runtime: mark dropm and callees nowritebarrierrec
The CgocallbackDone function calls dropm after it calls entersyscall, which means that dropm must not have any write barriers. Mark it accordingly. Reviewed-on: https://go-review.googlesource.com/46464 From-SVN: r249577
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 fb6b7be..3f42df6 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-55b2b2dee55bd495a770347daaf858634057ecb0
+c5aa42107d116c9121de447d214297c88dd9f5fa
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.