From: Ulrich Drepper Date: Thu, 7 Feb 2002 03:50:23 +0000 (+0000) Subject: [ld]: Add __tls_get_addr to GLIBC_2.3. X-Git-Tag: cvs/glibc-2-3~1126 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1794e32b86aea21d27882e7492ae6d0bbdc88b67;p=thirdparty%2Fglibc.git [ld]: Add __tls_get_addr to GLIBC_2.3. --- diff --git a/elf/Versions b/elf/Versions index 091f444eb9b..8d8a1e8eac7 100644 --- a/elf/Versions +++ b/elf/Versions @@ -35,6 +35,10 @@ ld { # functions used in other libraries _dl_mcount; } + GLIBC_2.3 { + # runtime interface to TLS + __tls_get_addr; + } GLIBC_PRIVATE { # Those are in the dynamic linker, but used by libc.so. __libc_enable_secure; __libc_stack_end;