]> Cypherpunks repositories - gostls13.git/commit
runtime: support windows/arm
authorJordan Rhee <jordanrh@microsoft.com>
Wed, 8 Aug 2018 21:44:42 +0000 (14:44 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 18 Sep 2018 22:18:23 +0000 (22:18 +0000)
commitd24ec86e4f64302e91d8062eabfcd21296bb9b04
tree93618b9bd00376df7529db6c4fd8785a91dcc41f
parent37db664c6cd480b578d6114854bc20c2bc3cddcd
runtime: support windows/arm

Updates #26148

Change-Id: I8f68b2c926c7b11dc86c9664ed7ff2d2f78b64b4
Reviewed-on: https://go-review.googlesource.com/128715
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
17 files changed:
src/cmd/vet/all/whitelist/windows_386.txt
src/cmd/vet/all/whitelist/windows_amd64.txt
src/runtime/asm_arm.s
src/runtime/defs_windows_386.go
src/runtime/defs_windows_amd64.go
src/runtime/defs_windows_arm.go [new file with mode: 0644]
src/runtime/os_windows.go
src/runtime/os_windows_arm.go [new file with mode: 0644]
src/runtime/rt0_windows_arm.s [new file with mode: 0644]
src/runtime/signal_windows.go
src/runtime/sys_windows_arm.s [new file with mode: 0644]
src/runtime/syscall_windows.go
src/runtime/tls_arm.s
src/runtime/wincallback.go
src/runtime/zcallback_windows.go
src/runtime/zcallback_windows.s
src/runtime/zcallback_windows_arm.s [new file with mode: 0644]