Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make tls and nptl test build | Bernhard Reutner-Fischer | 2009-11-19 | 1 | -104/+4 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | ldso: Initialize fully dtv before calling the constructors. | Carmelo Amoroso | 2008-11-17 | 1 | -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 trunk | Carmelo Amoroso | 2008-07-09 | 1 | -1/+1 |
| | |||||
* | Add in expected return values. | "Steven J. Hill" | 2006-12-13 | 1 | -0/+6 |
| | |||||
* | Finally get makefiles for testing cleaned up and working. | "Steven J. Hill" | 2006-12-13 | 1 | -1/+1 |
| | |||||
* | Fixed makefile to conform to test framework. | "Steven J. Hill" | 2006-11-19 | 1 | -252/+97 |
| | |||||
* | Need another include. | "Steven J. Hill" | 2006-06-22 | 1 | -1/+2 |
| | |||||
* | Remove remaining usage of the NPTL 'compat' compatiblity files directory. ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -2/+0 |
| | | | | Hooray. | ||||
* | Fix a makefile and add new working NPTL test for new TLS resolver code. | "Steven J. Hill" | 2006-01-05 | 1 | -1/+2 |
| | |||||
* | Add TLS test suite for testing TLS relocation functionality in the dynamic ↵ | "Steven J. Hill" | 2005-10-30 | 1 | -0/+252 |
loader. Make sure your read the README file before asking any questions, and then read it again. |