]> Cypherpunks repositories - gostls13.git/commit
Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386"
authorKeith Randall <khr@golang.org>
Tue, 10 Apr 2018 18:40:01 +0000 (18:40 +0000)
committerKeith Randall <khr@golang.org>
Tue, 10 Apr 2018 18:40:19 +0000 (18:40 +0000)
commit8bb8eaff626796908938e7f0da102dc51a265237
treeea63bba009b5be87e04d3ccc607a635980ddfd1b
parentc4a3a9c70992958284cedb06fc24b93b2184dc03
Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386"

This reverts commit 76e92d1c9e2943de7093af14d58663fa2993e608.

Reason for revert: Seems to have broken the darwin/386 builder, the toolchain is barfing on the new inline assembly.

Change-Id: Ic83fa3c85148946529c5fd47d1e1669898031ace
Reviewed-on: https://go-review.googlesource.com/106155
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/link/internal/ld/sym.go
src/runtime/cgo/gcc_darwin_386.c
src/runtime/cgo/gcc_darwin_amd64.c
src/runtime/sys_darwin_386.s
src/runtime/sys_darwin_amd64.s