OSDN Git Service

compiler/runtime: Copy channel implementation from master library.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Dec 2011 08:06:16 +0000 (08:06 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Dec 2011 08:06:16 +0000 (08:06 +0000)
commitf24f10bb5247461a0d738a9f84d55ed8a97cb638
tree4be7e6271bd15650eafafeac4e96b4899f1d47d4
parent61e987fcbd1541018ccf18f7b64294cd35dc5f34
compiler/runtime: Copy channel implementation from master library.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@181874 138bc75d-0d04-0410-961f-82ee72b054a4
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