imp
|
4a3f59d005
|
Remove stale comment about arm
|
2006-07-26 16:56:56 +00:00 |
|
davidxu
|
f8168da7cf
|
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 |
|
davidxu
|
014dff15cf
|
Use __weak_reference macro to define weak symbols.
|
2005-03-21 13:17:16 +00:00 |
|
davidxu
|
d861d0ef47
|
Fix incorrect comment.
|
2005-03-01 23:42:00 +00:00 |
|
davidxu
|
92042d9431
|
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 |
|
cognet
|
1c60878375
|
Arbitraly choose the Variant II for arm.
|
2004-09-23 23:14:09 +00:00 |
|
dfr
|
e31ba8b9a7
|
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 |
|
dfr
|
a26ab6440d
|
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 |
|
dfr
|
2f90ca8b3c
|
Add support for TLS in statically linked programs.
|
2004-08-15 16:18:52 +00:00 |
|
dfr
|
3da15542da
|
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 |
|