compiler/runtime: Copy channel implementation from master library.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 1 Dec 2011 08:06:16 +0000 (08:06 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 1 Dec 2011 08:06:16 +0000 (08:06 +0000)
commit3e68d6d75a599806335a90b73b8c0e404c1fc021
tree4be7e6271bd15650eafafeac4e96b4899f1d47d4
parent04f7a48eddb72c733d6ae586bcaace89773b3172
compiler/runtime: Copy channel implementation from master library.

From-SVN: r181874
30 files changed:
gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/expressions.h
gcc/go/gofrontend/gogo-tree.cc
gcc/go/gofrontend/gogo.h
gcc/go/gofrontend/parse.cc
gcc/go/gofrontend/runtime.cc
gcc/go/gofrontend/runtime.def
gcc/go/gofrontend/runtime.h
gcc/go/gofrontend/statements.cc
gcc/go/gofrontend/statements.h
libgo/Makefile.am
libgo/Makefile.in
libgo/runtime/chan.c [new file with mode: 0644]
libgo/runtime/chan.goc [deleted file]
libgo/runtime/channel.h [deleted file]
libgo/runtime/go-chan-cap.c [deleted file]
libgo/runtime/go-chan-len.c [deleted file]
libgo/runtime/go-close.c [deleted file]
libgo/runtime/go-new-channel.c [deleted file]
libgo/runtime/go-rec-big.c [deleted file]
libgo/runtime/go-rec-nb-big.c [deleted file]
libgo/runtime/go-rec-nb-small.c [deleted file]
libgo/runtime/go-rec-small.c [deleted file]
libgo/runtime/go-reflect-chan.c [deleted file]
libgo/runtime/go-select.c [deleted file]
libgo/runtime/go-send-big.c [deleted file]
libgo/runtime/go-send-nb-big.c [deleted file]
libgo/runtime/go-send-nb-small.c [deleted file]
libgo/runtime/go-send-small.c [deleted file]
libgo/runtime/runtime.h