[D-runtime] [D-Programming-Language/druntime] 6b099e: Consider TLS_DTV_OFFSET when calculating the TLS r...
GitHub via D-runtime
d-runtime at puremagic.com
Sat Nov 29 12:39:34 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 6b099ed8fd907bffb515d985e7a7919c0792b299
https://github.com/D-Programming-Language/druntime/commit/6b099ed8fd907bffb515d985e7a7919c0792b299
Author: kai <kai at redstar.de>
Date: 2014-11-29 (Sat, 29 Nov 2014)
Changed paths:
M src/rt/sections_linux.d
Log Message:
-----------
Consider TLS_DTV_OFFSET when calculating the TLS range.
The dynamic thread vector (DTV) pointers may point 0x8000 past the start of
each TLS block. This is at least true for PowerPC and Mips platforms.
Commit: 5c169843f3209055c7729dfa4204fed3282c2dc0
https://github.com/D-Programming-Language/druntime/commit/5c169843f3209055c7729dfa4204fed3282c2dc0
Author: Martin Nowak <code at dawg.eu>
Date: 2014-11-29 (Sat, 29 Nov 2014)
Changed paths:
M src/rt/sections_linux.d
Log Message:
-----------
Merge pull request #1049 from redstar/elf
Consider TLS_DTV_OFFSET when calculating the TLS range.
Compare: https://github.com/D-Programming-Language/druntime/compare/cc76a1adc75d...5c169843f320
More information about the D-runtime
mailing list