]> Cypherpunks repositories - gostls13.git/commit
Break runtime.c into separate pieces for maps, strings, print, etc.
authorRob Pike <r@golang.org>
Mon, 30 Jun 2008 18:50:36 +0000 (11:50 -0700)
committerRob Pike <r@golang.org>
Mon, 30 Jun 2008 18:50:36 +0000 (11:50 -0700)
commit8e82a673db31cf98d808c7491819daf311055dd7
tree7d6165c03ce2b8da77594f5f47bf020cf127ec1f
parentb987f7a757f53f460973622a36eebb696f9b5060
Break runtime.c into separate pieces for maps, strings, print, etc.

Share common assembler for amd64 runtime

SVN=125317
src/runtime/Makefile
src/runtime/rt0_amd64.s [new file with mode: 0644]
src/runtime/rt0_amd64_darwin.s
src/runtime/rt0_amd64_linux.s
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/runtime_map.c [new file with mode: 0644]
src/runtime/runtime_print.c [new file with mode: 0644]
src/runtime/runtime_string.c [new file with mode: 0644]
src/runtime/sys_amd64_darwin.s [new file with mode: 0644]
src/runtime/sys_amd64_linux.s [new file with mode: 0644]