summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptls03/sptls03.doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score: Fix thread TLS area initializationSebastian Huber2014-02-241-0/+14
Do not use _TLS_Size here since this will lead GCC to assume that this symbol is not 0 and the later > 0 test will be optimized away.