summaryrefslogtreecommitdiffstats
path: root/test/tls/tst-tls6.c
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesAustin Foxley2009-10-171-1/+1
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Must include tls.h before link.h to have TLS related field available in ↵Carmelo Amoroso2009-01-281-1/+1
| | | | | | | | | | | struct link_map. This change is now required after recent clean-up of installed headers. Likely we were including tls.h indirectly. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch tests with trunkCarmelo Amoroso2008-07-091-0/+18
|
* Revert change to this test as it compiles without extra includes and "Steven J. Hill"2007-11-291-18/+0
| | | | matches the glibc test.
* Push back various fixes in testcasesCarmelo Amoroso2007-11-191-0/+18
|
* Add TLS test suite for testing TLS relocation functionality in the dynamic ↵"Steven J. Hill"2005-10-301-0/+90
loader. Make sure your read the README file before asking any questions, and then read it again.