]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/obj/x86: implement -shared computation of TLS base
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 5 Mar 2015 01:21:42 +0000 (14:21 +1300)
committerMinux Ma <minux@golang.org>
Sun, 8 Mar 2015 23:10:18 +0000 (23:10 +0000)
commite73981512fdc5e1128a9b17c4b9788c600db23ea
tree44cac945526e6f3374e36f11381337a4753a83bf
parentbcf43e956538e3709428b5b0a07407dbfcd26135
cmd/internal/obj/x86: implement -shared computation of TLS base

Somehow, terribly embarrassingly, I lost part of the "re-enable
-shared on amd64" patch when rebasing before it got submitted.
This restores it and also fixes the addend to be the necessary -4.

Change-Id: If71a09121d911a863bc07f1828ef76e3a54c1074
Reviewed-on: https://go-review.googlesource.com/6802
Reviewed-by: Russ Cox <rsc@golang.org>
Run-TryBot: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/obj/x86/asm6.go