]> Cypherpunks repositories - gostls13.git/commit
runtime: windows/amd64 port
authorWei Guangjing <vcc.163@gmail.com>
Wed, 29 Jun 2011 07:37:56 +0000 (17:37 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 29 Jun 2011 07:37:56 +0000 (17:37 +1000)
commitf83609f642fc995a48de3ed8742c12ee4779d3a4
treeb288617d048b870125ecc674c626f95831348dad
parent83550f0728fa8e2d4be1dd1d2b17a7cedb726c8f
runtime: windows/amd64 port

R=rsc, alex.brainman, hectorchu, r
CC=golang-dev
https://golang.org/cl/3759042
src/pkg/runtime/cgo/windows_amd64.c
src/pkg/runtime/mkasmh.sh
src/pkg/runtime/proc.c
src/pkg/runtime/runtime.h
src/pkg/runtime/windows/amd64/defs.h [new file with mode: 0644]
src/pkg/runtime/windows/amd64/rt0.s [new file with mode: 0644]
src/pkg/runtime/windows/amd64/signal.c [new file with mode: 0644]
src/pkg/runtime/windows/amd64/sys.s [new file with mode: 0644]
src/pkg/runtime/windows/thread.c