forked from Imagelibrary/rtems
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.
15 lines
376 B
Plaintext
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.
|