]> Cypherpunks repositories - gostls13.git/commit
cmd/ld: attempt at fixing openbsd build
authorRuss Cox <rsc@golang.org>
Tue, 15 Apr 2014 19:52:23 +0000 (15:52 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 15 Apr 2014 19:52:23 +0000 (15:52 -0400)
commited890e7414c1aa7040a5ff6bef6dffa2767b6df5
tree6e70debebc49c240f54e88d15ee43d0e5a48569e
parent568e3526b1dca0a9086ba8be56c8a1bc1dd2faa3
cmd/ld: attempt at fixing openbsd build

OpenBSD is excluded from all the usual thread-local storage
code, not just emitting the tbss section in the external link .o
but emitting a PT_TLS section in an internally-linked executable.
I assume it just has no proper TLS support. Exclude it here too.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/87900045
src/cmd/ld/data.c