Files
rtems/testsuites/sptests/sptls03/sptls03.doc
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

15 lines
376 B
Plaintext

This file describes the directives and concepts tested by this test set.
test set name: sptls03
directives:
- _Thread_Initialize()
concepts:
- Ensure that the thread-local storage (TLS) is not allocated if TLS is not
used.
- Ensure that the small-data variables are accessible. On some architectures
like PowerPC the TLS ABI conflicts with other variants.