From 75cca0526dc00ffeacc2aecfa6a0263a5f276e8b Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 24 Sep 2014 17:50:44 -0400 Subject: runtime: more NOPTR Fixes (or makes better) various builds. TBR=iant CC=golang-codereviews https://golang.org/cl/146280043 --- src/runtime/rt0_windows_amd64.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/rt0_windows_amd64.s') diff --git a/src/runtime/rt0_windows_amd64.s b/src/runtime/rt0_windows_amd64.s index 890a570d1d..197f52e113 100644 --- a/src/runtime/rt0_windows_amd64.s +++ b/src/runtime/rt0_windows_amd64.s @@ -16,4 +16,4 @@ TEXT main(SB),NOSPLIT,$-8 JMP AX DATA runtime·iswindows(SB)/4, $1 -GLOBL runtime·iswindows(SB), $4 +GLOBL runtime·iswindows(SB), NOPTR, $4 -- cgit v1.3-5-g9baa