From: Mike Frysinger Date: Tue, 28 Jul 2015 09:28:57 +0000 (-0400) Subject: ia64: drop __tls_get_addr from expected ld.so plt usage X-Git-Tag: glibc-2.22~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95d8f022bf0795cbac473c4f6182595e75cafe5f;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index cd2d8274c7d..c753d5c000d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-07-27 Mike Frysinger + + * sysdeps/unix/sysv/linux/ia64/localplt.data: Delete __tls_get_addr. + 2015-07-27 Mike Frysinger * sysdeps/ia64/bits/atomic.h (atomic_exchange_and_add): Define diff --git a/sysdeps/unix/sysv/linux/ia64/localplt.data b/sysdeps/unix/sysv/linux/ia64/localplt.data index bc2ce41665f..b628ca4dfc5 100644 --- a/sysdeps/unix/sysv/linux/ia64/localplt.data +++ b/sysdeps/unix/sysv/linux/ia64/localplt.data @@ -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