aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2016-09-10 12:21:59 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2016-09-10 12:21:59 +0000
commit337fa50b7b0d2964b6ebe2373224b5c1bbb61efb (patch)
treeb4415ddf1a7fca30e8f28898fc5f1a50f344315c /gcc
parentec1ea9cfbcd4a1285b4dfa81cb1680aed3ecd7e5 (diff)
downloadgcc-337fa50b7b0d2964b6ebe2373224b5c1bbb61efb.zip
gcc-337fa50b7b0d2964b6ebe2373224b5c1bbb61efb.tar.gz
gcc-337fa50b7b0d2964b6ebe2373224b5c1bbb61efb.tar.bz2
runtime/internal/atomic: new package, API copied from Go 1.7
Copy over the Go 1.7 runtime/internal/atomic package, but implement the functions in C using __atomic functions rather than using the processor-specific assembler code. Reviewed-on: https://go-review.googlesource.com/29010 From-SVN: r240070
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 daa4bcf..487adbe 100644
--- a/gcc/go/gofrontend/MERGE
+++ b/gcc/go/gofrontend/MERGE
@@ -1,4 +1,4 @@
-6e791d2f3c183d55fdcabe3df20f01c029fd6d54
+04fe765560107e5d4c5f98c1022765930a1069f9
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.