mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
ia64: drop __tls_get_addr from expected ld.so plt usage
This file was updated with an educated guess as to the symbols needed, but on ia64, we don't have __tls_get_addr calls, so drop it from the list.
This commit is contained in:
parent
cf31a2c799
commit
95d8f022bf
@ -1,3 +1,7 @@
|
||||
2015-07-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr.
|
||||
|
||||
2015-07-27 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define
|
||||
|
@ -6,10 +6,9 @@ libc.so: realloc
|
||||
libm.so: matherr
|
||||
libm.so: matherrf
|
||||
libm.so: matherrl
|
||||
# The dynamic loader needs __tls_get_addr for TLS, and uses __libc_memalign
|
||||
# internally to allocate aligned TLS storage. The other malloc family of
|
||||
# functions are expected to allow user symbol interposition.
|
||||
ld.so: __tls_get_addr
|
||||
# The dynamic loader uses __libc_memalign internally to allocate aligned
|
||||
# TLS storage. The other malloc family of functions are expected to allow
|
||||
# user symbol interposition.
|
||||
ld.so: __libc_memalign
|
||||
ld.so: malloc
|
||||
ld.so: calloc
|
||||
|
Loading…
Reference in New Issue
Block a user