]> sourceware.org Git - glibc.git/commitdiff
Update sparc localplt.data
authorDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2015 21:53:13 +0000 (14:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2015 21:53:13 +0000 (14:53 -0700)
* sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
__tls_get_addr.
* sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.

ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data
sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data

index 39f74cc542d26766e692726d9b6aa29233c2aa37..0e7a0a05b900cfd0b0ed3919449db67171a2e51c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-04-27  David S. Miller  <davem@davemloft.net>
+
+       * 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  <hongjiu.lu@intel.com>
 
        [BZ#18333]
index 81c165076484713785f9f553abc859227f28a6aa..f474d08494149532863343efcccdde821ec8c55d 100644 (file)
@@ -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
index d6f9e02e8802b002d89a58bd3ba4d30dc473946c..633cfe4493d2844f5f0d77fd63c152dfcb821779 100644 (file)
@@ -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
This page took 0.109201 seconds and 5 git commands to generate.