summaryrefslogtreecommitdiffstats
path: root/test/tls/tls-macros.h
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Add TLS and NPTL supportKhem Raj2010-05-091-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-161-12/+12
| | | | | | | Based on Peter Mazinger's comments on a recent commit, I decided to get rids of all occurrences of PIC changing them to __PIC__ Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* test/: compile fixes for nptl and tls testsAustin Foxley2009-11-291-4/+4
| | | | | | | | | | * Add a GLIBC_TESTS_DISABLED var because many of these tests need internal uClibc stuff. This disables the HOSTCC build of these tests * Fix up tls test macros for x86 * Fix the linking of the tls tests Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* test/tls/: tests for thread local storage functionalityAustin Foxley2009-10-171-0/+861
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>