From 9a1eb38e4e9319036f37c1efbf5288a169e23324 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 20 Aug 2002 07:22:11 +0000 Subject: Update. 2002-08-20 Ulrich Drepper * 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. --- elf/Versions | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/Versions b/elf/Versions index 4f924e6..a49ecbf 100644 --- a/elf/Versions +++ b/elf/Versions @@ -50,6 +50,7 @@ ld { _dl_relocate_object; _dl_signal_error; _dl_start_profile; _dl_starting_up; _dl_unload_cache; _rtld_global; _dl_tls_symaddr; _dl_allocate_tls; _dl_deallocate_tls; + _dl_get_tls_static_info; _dl_get_origin; } } -- cgit v1.1