From 337fa50b7b0d2964b6ebe2373224b5c1bbb61efb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 10 Sep 2016 12:21:59 +0000 Subject: 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/go') 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. -- cgit v1.1