mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
m68k: don't expect PLT reference to __tls_get_addr
This commit is contained in:
parent
2c46a66a3a
commit
1400983e04
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user