]> Cypherpunks repositories - gostls13.git/commit
move amd64-specific (but os-independent) pieces of runtime
authorRuss Cox <rsc@golang.org>
Tue, 24 Mar 2009 18:49:22 +0000 (11:49 -0700)
committerRuss Cox <rsc@golang.org>
Tue, 24 Mar 2009 18:49:22 +0000 (11:49 -0700)
commitfcd76f7dc9482d7c1e89731e07712f05b2dc4cfa
tree80d7ab5845634b7f1a43a4f98857b77d5589e413
parent13584f4a23f2b6a431c3733f8d3469702890d7a9
move amd64-specific (but os-independent) pieces of runtime
into amd64/ directory.

split rt2_amd64.c into closure.c and traceback.c.

TBR=r
OCL=26678
CL=26678
src/runtime/Makefile
src/runtime/amd64/asm.s [moved from src/runtime/rt0_amd64.s with 100% similarity]
src/runtime/amd64/closure.c [new file with mode: 0644]
src/runtime/amd64/traceback.c [moved from src/runtime/rt2_amd64.c with 60% similarity]