aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/tls_arm64.s
diff options
context:
space:
mode:
authorMichael Hudson-Doyle <michael.hudson@canonical.com>2015-09-02 11:23:15 +1200
committerMichael Hudson-Doyle <michael.hudson@canonical.com>2015-10-08 00:21:30 +0000
commita5cb76243af54a6729f5668317fb87baa242b9cc (patch)
tree17fec3b0ed013e7d1ed2865c89195d0ade9c6cfd /src/runtime/tls_arm64.s
parent1ef9b5a5b90e6ea4dd5d9495cfe0d3d24446ff22 (diff)
downloadgo-a5cb76243af54a6729f5668317fb87baa242b9cc.tar.gz
go-a5cb76243af54a6729f5668317fb87baa242b9cc.zip
cmd/internal/obj, cmd/link, runtime: lots of TLS cleanup
It's particularly nice to get rid of the android special cases in the linker. Change-Id: I516363af7ce8a6b2f196fe49cb8887ac787a6dad Reviewed-on: https://go-review.googlesource.com/14197 Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/runtime/tls_arm64.s')
-rw-r--r--src/runtime/tls_arm64.s3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/runtime/tls_arm64.s b/src/runtime/tls_arm64.s
index a5f86c4199..f31a16b202 100644
--- a/src/runtime/tls_arm64.s
+++ b/src/runtime/tls_arm64.s
@@ -53,8 +53,5 @@ nocgo:
RET
#ifdef TLSG_IS_VARIABLE
-// The runtime.tlsg name is being handled specially in the
-// linker. As we just need a regular variable here, don't
-// use that name.
GLOBL runtimeĀ·tls_g+0(SB), NOPTR, $8
#endif