summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptls01 (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-24sptls01/init.c: Use larger data types for valuesJoel Sherrill1-5/+5
2014-03-25tests/sptests: Use <rtems/test.h>Sebastian Huber1-2/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2014-02-24score: Fix thread TLS area initializationSebastian Huber2-24/+33
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.
2014-02-04Add thread-local storage (TLS) supportSebastian Huber4-0/+133
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.