Oleksandr Tymoshenko
|
dfe2d491c0
|
o Add MIPS to the list of architectures with defined TLS_TCB_ALIGN
o Stick with TLS Variant II for MIPS for the moment.
Approved by: imp
|
2008-04-29 23:15:23 +00:00 |
|
Tim Kientzle
|
0031cdf4d7
|
Don't assert() the TLS allocation requested is big enough; just
fix the argument.
In particular, this is a step towards breaking crt1's dependence on stdio.
|
2007-02-25 21:23:50 +00:00 |
|
Kip Macy
|
b84c7a797c
|
Fix TLS on sparc64 for statically and dynamically linked binaries
Approved by: rwatson (mentor)
Reviewed by: jmg and marcel
|
2006-10-08 02:50:34 +00:00 |
|
Marcel Moolenaar
|
9d353fbc3f
|
Fix style(9) in code copied from rtld.
|
2006-09-01 17:35:48 +00:00 |
|
Marcel Moolenaar
|
3614156c7d
|
Fix the variant I allocation for KSE: Allow a larger TCB and assume
that the documented TCB is at the tail of the extended TCB. In other
words, the base of the TCB has a negative offset from the TLS.
|
2006-09-01 06:13:16 +00:00 |
|
Warner Losh
|
c40855dbed
|
Remove stale comment about arm
|
2006-07-26 16:56:56 +00:00 |
|
David Xu
|
c0d2338cdd
|
Allocate space for thread pointer, this allows thread library to access
its pointer from begin, and simplifies _get_curthread() in libthr.
|
2006-03-28 06:09:24 +00:00 |
|
David Xu
|
26896bda48
|
Use __weak_reference macro to define weak symbols.
|
2005-03-21 13:17:16 +00:00 |
|
David Xu
|
96a9329375
|
Fix incorrect comment.
|
2005-03-01 23:42:00 +00:00 |
|
David Xu
|
17ceb495f0
|
Mark _rtld_allocate_tls and _rtld_free_tls as weak symbols for Variant I
tls.
Reviewed by: dfr
|
2005-02-26 10:39:49 +00:00 |
|
Olivier Houchard
|
9e3a79d517
|
Arbitraly choose the Variant II for arm.
|
2004-09-23 23:14:09 +00:00 |
|
Doug Rabson
|
bd41e9ea59
|
Make sure we allocate at least enough space for the TCB for variant I TLS.
MFC after: 3 days
|
2004-08-23 15:30:05 +00:00 |
|
Doug Rabson
|
0e7e4e5fd6
|
Always allocate a TLS area even if its empty - libpthread relies on
having a valid %gs when it initialises.
MFC after: 2 days
|
2004-08-18 10:18:58 +00:00 |
|
Doug Rabson
|
ccd13c49b5
|
Add support for TLS in statically linked programs.
|
2004-08-15 16:18:52 +00:00 |
|
Doug Rabson
|
0e1c7d0f08
|
Add stubs for TLS functions. These will be replaced at runtime by the
functional versions in rtld.
|
2004-08-03 08:54:01 +00:00 |
|