aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_plan9_386.s
diff options
context:
space:
mode:
authorMatthew Dempsky <mdempsky@google.com>2015-06-09 15:24:38 -0700
committerMatthew Dempsky <mdempsky@google.com>2015-10-23 18:11:17 +0000
commit8ee0fd862357aade3f58cdb41467408105c9e865 (patch)
treecc2f1636b5ade79a3dc62eef64252e1c2dec067d /src/runtime/rt0_plan9_386.s
parente4feb18fc2aa7618d612e9f4eedb86821240c20b (diff)
downloadgo-8ee0fd862357aade3f58cdb41467408105c9e865.tar.gz
go-8ee0fd862357aade3f58cdb41467408105c9e865.zip
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>
Diffstat (limited to 'src/runtime/rt0_plan9_386.s')
-rw-r--r--src/runtime/rt0_plan9_386.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime/rt0_plan9_386.s b/src/runtime/rt0_plan9_386.s
index c451299eec..cbbf245632 100644
--- a/src/runtime/rt0_plan9_386.s
+++ b/src/runtime/rt0_plan9_386.s
@@ -16,8 +16,6 @@ TEXT _rt0_386_plan9(SB),NOSPLIT,$12
MOVL AX, 4(SP)
CALL runtime·rt0_go(SB)
-DATA runtime·isplan9(SB)/4, $1
-GLOBL runtime·isplan9(SB), NOPTR, $4
GLOBL _tos(SB), NOPTR, $4
GLOBL _privates(SB), NOPTR, $4
GLOBL _nprivates(SB), NOPTR, $4