summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/mips/libc-tls.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "libc_tls: Do not include generic libc-tls from arch specific ↵Carmelo Amoroso2010-12-011-0/+1
| | | | | | | | | | | | | implementation" This reverts commit 0c468129356f5ce6780e7369c271d74631ae03ba. Indeed recent updates into buildsys managed to filter-out generic implementation when arch specific one is defined, so duplicated symbols into the libc.a In the meanwhile, do a minor fix into mips version not using relative path to include <generic/libc-tls.c> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* libc_tls: Do not include generic libc-tls from arch specific implementationCarmelo Amoroso2010-11-291-1/+0
| | | | | | | | | | | 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: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+37
targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com>