runtime: Merge master revision 19185.

Programming / Compilers / GCC - ian [138bc75d-0d04-0410-961f-82ee72b054a4] - 11 July 2014 19:01 UTC

This revision renames several files in the runtime directory from .c to .goc.

ad917f8 runtime: Merge master revision 19185.
libgo/MERGE | 2 +-
libgo/Makefile.am | 9 +-
libgo/Makefile.in | 66 +-
libgo/go/runtime/export_test.go | 30 +-
libgo/go/runtime/pprof/pprof_test.go | 10 +-
libgo/merge.sh | 2 +-
libgo/runtime/chan.c | 1434 ----------------------------------
libgo/runtime/chan.goc | 1199 ++++++++++++++++++++++++++++
libgo/runtime/chan.h | 75 ++
libgo/runtime/cpuprof.c | 447 -----------
libgo/runtime/cpuprof.goc | 443 +++++++++++
libgo/runtime/go-cgo.c | 16 -
libgo/runtime/go-getgoroot.c | 26 -
libgo/runtime/go-typestring.c | 17 -
libgo/runtime/goc2c.c | 17 +-
libgo/runtime/lfstack.c | 79 --
libgo/runtime/lfstack.goc | 79 ++
libgo/runtime/malloc.goc | 6 +-
libgo/runtime/malloc.h | 1 +
libgo/runtime/mgc0.c | 11 +-
libgo/runtime/parfor.c | 47 +-
libgo/runtime/print.c | 2 +-
libgo/runtime/proc.c | 56 +-
libgo/runtime/rdebug.goc | 21 +
libgo/runtime/runtime.c | 23 -
libgo/runtime/runtime.h | 11 +-
libgo/runtime/runtime1.goc | 62 ++
libgo/runtime/string.goc | 9 +-
28 files changed, 1959 insertions(+), 2241 deletions(-)

Upstream: gcc.gnu.org


  • Share