]> Cypherpunks repositories - gostls13.git/commit
no need for compiler to hard-code definition of runtime.
authorRuss Cox <rsc@golang.org>
Tue, 12 May 2009 23:15:52 +0000 (16:15 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 12 May 2009 23:15:52 +0000 (16:15 -0700)
commitd06a79e31b2bafc04ff170e254119e702a9525bd
treeef92e390dab8969784d91793950a4793be7b3d32
parentc7d30bceb205a70cba27d49417ae275d90ff8070
no need for compiler to hard-code definition of runtime.
use the actual go source instead.

R=r
DELTA=90  (66 added, 18 deleted, 6 changed)
OCL=28708
CL=28719
src/cmd/gc/Makefile
src/cmd/gc/builtin.c.boot
src/cmd/gc/go.h
src/cmd/gc/lex.c
src/cmd/gc/mkbuiltin
src/cmd/gc/runtime.go [deleted file]
src/lib/Makefile
src/lib/runtime/Makefile [new file with mode: 0644]
src/lib/runtime/runtime.go