Files
rtems/testsuites/sptests/sptls01/sptls01.doc
T
Sebastian Huber 95d0c98cac score: Fix thread TLS area initialization
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-24 12:50:32 +01:00

14 lines
353 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: sptls01
directives:
- None
concepts:
- Ensure that thread-local storage (TLS) works minimum alignment requirements.
- Ensure that the small-data variables are accessible. On some architectures
like PowerPC the TLS ABI conflicts with other variants.