summaryrefslogtreecommitdiff
path: root/elf/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-02-07 03:50:23 +0000
committerUlrich Drepper <drepper@redhat.com>2002-02-07 03:50:23 +0000
commit1794e32b86aea21d27882e7492ae6d0bbdc88b67 (patch)
tree2b16e9832e0f1533df00791c5354cbb3ee831ef1 /elf/Versions
parent333f8fbe64f308da6b5d4bc80fbeafe280a6ebe5 (diff)
[ld]: Add __tls_get_addr to GLIBC_2.3.
Diffstat (limited to 'elf/Versions')
-rw-r--r--elf/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/elf/Versions b/elf/Versions
index 091f444eb9..8d8a1e8eac 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;