diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-07-28 05:28:57 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-28 05:30:14 -0400 |
commit | 95d8f022bf0795cbac473c4f6182595e75cafe5f (patch) | |
tree | 5237c8aff839342eaf48466ed681c8b7aa89b745 /sysdeps/unix/sysv/linux/ia64 | |
parent | cf31a2c79957936b60de34ea1e718e892baf669c (diff) | |
download | glibc-95d8f022bf0795cbac473c4f6182595e75cafe5f.tar.gz glibc-95d8f022bf0795cbac473c4f6182595e75cafe5f.tar.xz glibc-95d8f022bf0795cbac473c4f6182595e75cafe5f.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/ia64')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/localplt.data | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/localplt.data b/sysdeps/unix/sysv/linux/ia64/localplt.data index bc2ce41665..b628ca4dfc 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 |