mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Cleanup __tls_get_addr on alpha/microblaze localplt.data
They are not required. Checked with a make check for both ABIs.
This commit is contained in:
parent
95700e7998
commit
460d9e2dfe
@ -23,5 +23,3 @@ libm.so: matherr + RELA R_ALPHA_GLOB_DAT
|
|||||||
# We used to offer inline functions that used this, so it must be exported.
|
# We used to offer inline functions that used this, so it must be exported.
|
||||||
# Ought to reorg things such that carg isn't thus forced to use a plt.
|
# Ought to reorg things such that carg isn't thus forced to use a plt.
|
||||||
libm.so: __atan2
|
libm.so: __atan2
|
||||||
# The dynamic loader needs __tls_get_addr for TLS.
|
|
||||||
ld.so: __tls_get_addr ?
|
|
||||||
|
@ -4,5 +4,3 @@ libc.so: free
|
|||||||
libc.so: malloc
|
libc.so: malloc
|
||||||
libc.so: realloc
|
libc.so: realloc
|
||||||
libm.so: matherr
|
libm.so: matherr
|
||||||
# The dynamic loader needs __tls_get_addr for TLS.
|
|
||||||
ld.so: __tls_get_addr ?
|
|
||||||
|
Loading…
Reference in New Issue
Block a user