]> sourceware.org Git - glibc.git/commitdiff
m68k: don't expect PLT reference to __tls_get_addr
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 7 Nov 2014 16:36:36 +0000 (17:36 +0100)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 7 Nov 2014 16:39:55 +0000 (17:39 +0100)
ChangeLog
sysdeps/unix/sysv/linux/m68k/localplt.data

index a8d9c4996df5897031c9e269f98040d8befdde53..3acd7ba02d33552724ffcef543d942a16e39bf47 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
+       __tls_get_addr.
+
 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
 
        * include/sys/wait.h (__libc_waitpid): Remove declaration.
index 15a9fe5beb78162dd26ac16aebdb2acd9e55788c..88124c4460950fe4b2fbcff9e78417445dfa9f5b 100644 (file)
@@ -6,10 +6,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.123497 seconds and 5 git commands to generate.