[Issue 17788] MSCOFF: TLS broken when linking with linker from VS2017 15.3.1

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Sep 5 10:52:47 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17788

--- Comment #1 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/druntime

https://github.com/dlang/druntime/commit/07a25c9ec1deb7bcdf45d37d51a5b18d91fd1083
fix issue 17788: MSCOFF: with VS2017 15.3.1 segment .tls is no longer written
to a separate image section, so _tls_start and _tls_end no longer happen to
work as both __gshared and TLS section offsets.

https://github.com/dlang/druntime/commit/e07fa031919579bd2b48f1f7ebb634061bd3daca
Merge pull request #1910 from rainers/issue17788

fix issue 17788: MSCOFF: TLS broken with VS2017 15.3.1

--


More information about the Digitalmars-d-bugs mailing list