summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptls01 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sptls01/init.c: Use larger data types for valuesJoel Sherrill2015-03-241-5/+5
|
* tests/sptests: Use <rtems/test.h>Sebastian Huber2014-03-251-2/+6
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score: Fix thread TLS area initializationSebastian Huber2014-02-242-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.
* Add thread-local storage (TLS) supportSebastian Huber2014-02-044-0/+133
Tested and implemented on ARM, m68k, PowerPC and SPARC. Other architectures need more work.