]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/generic/ldsodefs.h
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 20 Aug 2002 07:22:11 +0000 (07:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 20 Aug 2002 07:22:11 +0000 (07:22 +0000)
commit9a1eb38e4e9319036f37c1efbf5288a169e23324
treed504ac0aa2bcc6a2161610badb269583c8fd0ee4
parentb68364367b89e3348c09a48eb7f222b4b70d269c
Update.

2002-08-20  Ulrich Drepper  <drepper@redhat.com>

* elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
* sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
memory allocation to...
(allocate_dtv): ...here.  New function.
(_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
call allocate_dtv instead of _dl_allocate_tls_storage.
(_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
(_dl_get_tls_static_info): New function.
* sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
ChangeLog
elf/Versions
sysdeps/generic/dl-tls.c
sysdeps/generic/ldsodefs.h