summaryrefslogtreecommitdiffstats
path: root/test/tls/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* make tls and nptl test buildBernhard Reutner-Fischer2009-11-191-104/+4
| | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* ldso: Initialize fully dtv before calling the constructors.Carmelo Amoroso2008-11-171-1/+5
| | | | | | | | | | If a shared object has a constructor that accesses a TLS variable using the localor global synamic access model (that is by calling the __tls_get_addr function), all the filed of each dtv entry must be already initialized to point to the right address in the TLS static block Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch tests with trunkCarmelo Amoroso2008-07-091-1/+1
|
* Add in expected return values."Steven J. Hill"2006-12-131-0/+6
|
* Finally get makefiles for testing cleaned up and working."Steven J. Hill"2006-12-131-1/+1
|
* Fixed makefile to conform to test framework."Steven J. Hill"2006-11-191-252/+97
|
* Need another include."Steven J. Hill"2006-06-221-1/+2
|
* Remove remaining usage of the NPTL 'compat' compatiblity files directory. ↵"Steven J. Hill"2006-02-051-2/+0
| | | | Hooray.
* Fix a makefile and add new working NPTL test for new TLS resolver code."Steven J. Hill"2006-01-051-1/+2
|
* Add TLS test suite for testing TLS relocation functionality in the dynamic ↵"Steven J. Hill"2005-10-301-0/+252
loader. Make sure your read the README file before asking any questions, and then read it again.