summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptls03/sptls03.doc
blob: a51e9c917579b06f8488b02ebcc9a0aa5d2c4adb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This file describes the directives and concepts tested by this test set.

test set name: sptls03

The test expects that no thread-local object is present.

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.