aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_plan9_amd64.s
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2014-09-24 19:04:06 -0400
committerRuss Cox <rsc@golang.org>2014-09-24 19:04:06 -0400
commit3c94b1d305967d260b31ec3fdda51b705db752cd (patch)
treec18deddc45cc1d2732f6e56b940591ab42f26d38 /src/runtime/rt0_plan9_amd64.s
parent665a4166650d088c067130eb41f8f95efb9c12ed (diff)
downloadgo-3c94b1d305967d260b31ec3fdda51b705db752cd.tar.gz
go-3c94b1d305967d260b31ec3fdda51b705db752cd.zip
runtime: more NOPTR
Fixes linux builds (_vdso); may fix others. I can at least cross-compile cmd/go for every implemented system now. TBR=iant CC=golang-codereviews https://golang.org/cl/142630043
Diffstat (limited to 'src/runtime/rt0_plan9_amd64.s')
-rw-r--r--src/runtime/rt0_plan9_amd64.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/runtime/rt0_plan9_amd64.s b/src/runtime/rt0_plan9_amd64.s
index a372a0ba8b..ec2d9ec827 100644
--- a/src/runtime/rt0_plan9_amd64.s
+++ b/src/runtime/rt0_plan9_amd64.s
@@ -15,7 +15,7 @@ TEXT _rt0_amd64_plan9(SB),NOSPLIT,$24
JMP AX
DATA runtime·isplan9(SB)/4, $1
-GLOBL runtime·isplan9(SB), $4
-GLOBL _tos(SB), $8
-GLOBL _privates(SB), $8
-GLOBL _nprivates(SB), $4
+GLOBL runtime·isplan9(SB), NOPTR, $4
+GLOBL _tos(SB), NOPTR, $8
+GLOBL _privates(SB), NOPTR, $8
+GLOBL _nprivates(SB), NOPTR, $4