aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/rt0_solaris_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_solaris_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_solaris_amd64.s')
-rw-r--r--src/runtime/rt0_solaris_amd64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/rt0_solaris_amd64.s b/src/runtime/rt0_solaris_amd64.s
index 92a9fc2952..5997cbf8e3 100644
--- a/src/runtime/rt0_solaris_amd64.s
+++ b/src/runtime/rt0_solaris_amd64.s
@@ -15,4 +15,4 @@ TEXT main(SB),NOSPLIT,$-8
JMP AX
DATA runtime·issolaris(SB)/4, $1
-GLOBL runtime·issolaris(SB), $4
+GLOBL runtime·issolaris(SB), NOPTR, $4