[D-runtime] [dlang/druntime] 74502c: Add support for native TLS on OS X
GitHub via D-runtime
d-runtime at puremagic.com
Thu May 5 08:25:18 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/druntime
Commit: 74502c75d6b2f64841f83c537a1f324896b28b97
https://github.com/dlang/druntime/commit/74502c75d6b2f64841f83c537a1f324896b28b97
Author: Jacob Carlborg <doob at me.com>
Date: 2016-05-05 (Thu, 05 May 2016)
Changed paths:
M mak/SRCS
M posix.mak
A src/rt/osx_tls.c
M src/rt/sections.d
R src/rt/sections_osx.d
A src/rt/sections_osx_x86.d
A src/rt/sections_osx_x86_64.d
Log Message:
-----------
Add support for native TLS on OS X
Commit: 4efbc73d69010804e83521b385055f76f9bce9f1
https://github.com/dlang/druntime/commit/4efbc73d69010804e83521b385055f76f9bce9f1
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2016-05-05 (Thu, 05 May 2016)
Changed paths:
M mak/SRCS
M posix.mak
A src/rt/osx_tls.c
M src/rt/sections.d
R src/rt/sections_osx.d
A src/rt/sections_osx_x86.d
A src/rt/sections_osx_x86_64.d
Log Message:
-----------
Merge pull request #1523 from jacob-carlborg/native_tls2
Add support for native TLS on OS X
Compare: https://github.com/dlang/druntime/compare/7780df71f6e2...4efbc73d6901
More information about the D-runtime
mailing list