summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/generic/dl-support.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed duplicated file (already moved into libc/misc/elf)Carmelo Amoroso2008-07-291-68/+0
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch nptl branch with SH port: as requested by sjhill for mips-ash4 mergeCarmelo Amoroso2007-11-191-10/+5
|
* Finally check in all the changes I made for NPTL library proper."Steven J. Hill"2006-08-211-1/+1
|
* Add in calls needed for TLS setup for statically linked applications. A call ↵"Steven J. Hill"2005-08-301-0/+73
is made to '_dl_aux_init' which is defined in 'dl-support.c' to set up TLS variables before '__uClibc_init' gets called.