]> Cypherpunks repositories - gostls13.git/commit
runtime: replace is{plan9,solaris,windows} with GOOS tests
authorMatthew Dempsky <mdempsky@google.com>
Tue, 9 Jun 2015 22:24:38 +0000 (15:24 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 23 Oct 2015 18:11:17 +0000 (18:11 +0000)
commit8ee0fd862357aade3f58cdb41467408105c9e865
treecc2f1636b5ade79a3dc62eef64252e1c2dec067d
parente4feb18fc2aa7618d612e9f4eedb86821240c20b
runtime: replace is{plan9,solaris,windows} with GOOS tests

Change-Id: I27589395f547c5837dc7536a0ab5bc7cc23a4ff6
Reviewed-on: https://go-review.googlesource.com/10872
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/rt0_plan9_386.s
src/runtime/rt0_plan9_amd64.s
src/runtime/rt0_solaris_amd64.s
src/runtime/rt0_windows_386.s
src/runtime/rt0_windows_amd64.s
src/runtime/runtime1.go