summaryrefslogtreecommitdiff
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
commite422102e1b1d57a0b906643e83067eddfd14a277 (patch)
tree15b57e0eb4d251bc03e014051b80f30da8112376 /src/runtime/rt0_solaris_amd64.s
parentcf27229c88c4df2707372ae8c952177137086b44 (diff)
downloadgo-e422102e1b1d57a0b906643e83067eddfd14a277.tar.gz
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://codereview.appspot.com/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 92a9fc295..5997cbf8e 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