mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 03:57:44 +08:00
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.
14 lines
353 B
Plaintext
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.
|