mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
[ld]: Add __tls_get_addr to GLIBC_2.3.
This commit is contained in:
parent
333f8fbe64
commit
1794e32b86
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user