OSDN Git Service

libc_tls: Do not include generic libc-tls from arch specific implementation
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Mon, 29 Nov 2010 21:21:52 +0000 (22:21 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Mon, 29 Nov 2010 21:21:52 +0000 (22:21 +0100)
commit0c468129356f5ce6780e7369c271d74631ae03ba
tree546be5ca010a3179c9484724f6dcebbe600cea1d
parent5dea871ac73ef4608022c058b50adc946917f9b9
libc_tls: Do not include generic libc-tls from arch specific implementation

libpthread/nptl/sysdeps/generic/libc-tls.c is built as well, so it does not need
that arch specific version of libc-tls.c (MIPS and ALPHA) includes it.
The arch libc-tls.s is aimed to provide the implementation of __tls_get_addr
for the static libc.a, because on these archs the linker relaxations are not
required and it could be possible to have local-dynamic access models in static
libraries as well.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
libpthread/nptl/sysdeps/alpha/libc-tls.c
libpthread/nptl/sysdeps/mips/libc-tls.c