This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 33d69cb * go-backend.c (go_trampoline_info): Remove. * go-c.h (go_t [...] new d739682 runtime/internal/atomic: new package, API copied from Go 1.7
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/go/gofrontend/MERGE | 2 +- libgo/Makefile.am | 17 ++ libgo/Makefile.in | 18 ++ libgo/go/runtime/internal/atomic/atomic.c | 237 ++++++++++++++++++++++++ libgo/go/runtime/internal/atomic/atomic_test.go | 67 +++++++ libgo/go/runtime/internal/atomic/gccgo.go | 59 ++++++ libgo/go/runtime/internal/atomic/stubs.go | 33 ++++ 7 files changed, 432 insertions(+), 1 deletion(-) create mode 100644 libgo/go/runtime/internal/atomic/atomic.c create mode 100644 libgo/go/runtime/internal/atomic/atomic_test.go create mode 100644 libgo/go/runtime/internal/atomic/gccgo.go create mode 100644 libgo/go/runtime/internal/atomic/stubs.go