From 3f2e21e9cf577b57552f16f9ce84d0237055c7ea Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Mon, 27 Apr 2015 14:53:13 -0700 Subject: [PATCH] Update sparc localplt.data * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove __tls_get_addr. * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise. --- ChangeLog | 6 ++++++ sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data | 7 +++---- sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data | 7 +++---- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 39f74cc542..0e7a0a05b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-04-27 David S. Miller + + * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove + __tls_get_addr. + * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise. + 2015-04-27 H.J. Lu [BZ#18333] diff --git a/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data b/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data index 81c1650764..f474d08494 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data +++ b/sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data @@ -15,10 +15,9 @@ libc.so: malloc libc.so: memalign libc.so: realloc libm.so: matherr -# 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 diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data index d6f9e02e88..633cfe4493 100644 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data +++ b/sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data @@ -17,10 +17,9 @@ libc.so: malloc libc.so: memalign libc.so: realloc libm.so: matherr -# 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 -- 2.11.4.GIT