summaryrefslogtreecommitdiffstats
path: root/test/tls/tst-tls8.c
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Update makefile to add new NPTL tests and fix two tests for usage with uClibc."Steven J. Hill"2005-11-061-0/+56
|
* Add TLS test suite for testing TLS relocation functionality in the dynamic ↵"Steven J. Hill"2005-10-301-0/+174
loader. Make sure your read the README file before asking any questions, and then read it again.