summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/sh
Commit message (Collapse)AuthorAgeFilesLines
* nptl/: fix .dep files not working for libpthread.aAustin Foxley2009-09-221-0/+4
| | | | | | | the variable libpthread-a-y was holding %.o instead of %.os, so the .dep make rules were rebuilding the whole lib every time Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* build: use $(do_sed) command for pretty printingCarmelo Amoroso2009-07-291-1/+1
| | | | | | | Use the $(do_sed) command instead of plain @sed for pretty printing target generation by sed. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Rework nptl build system for cleaning headers and objectsCarmelo Amoroso2008-12-031-6/+4
| | | | | | | | | | | | | | | | | | | | | | to be compliant with all other Makefile. The output of the make clean (silent mode) will be as follows: CLEAN ld-uClibc CLEAN libdl <....> CLEAN nptl_pthread_generic CLEAN nptl_pthread CLEAN nptl_arch CLEAN nptl_linux CLEAN nptl_linux_arch CLEAN libthread_db <....> CLEAN nptl_headers CLEAN nptl_arch_headers CLEAN nptl_linux_headers CLEAN nptl_db_headers Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-312-3/+3
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-091-1/+1
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-091-3/+5
| | | | system
* Renamed __self variable to __thread_self to avoid gcc arning due to shadowed ↵Carmelo Amoroso2008-06-181-3/+3
| | | | variable
* Begin merging of SuperH NPTL port. See the mailing list for further information."Steven J. Hill"2007-11-134-5/+140
|
* Clean up NPTL thread C library support files and simplify build process."Steven J. Hill"2006-02-052-2/+0
|
* Final set of changes for NPTL and new build system. NPTL can now build with ↵"Steven J. Hill"2005-12-021-2/+0
| | | | the new build system.
* Move files up one level where they should be."Steven J. Hill"2005-08-301-0/+1
|
* Changes made to the dynamic loader for TLS/NPTL support. Additional changes ↵"Steven J. Hill"2005-08-091-0/+1
| | | | made to libpthread and libc for remaining support.
* Added new files for TLS functionality in libpthreads and for the dynamic ↵"Steven J. Hill"2005-07-221-0/+29
| | | | loader. The headers may be moved to the 'ldso' directory hierarchy at a later date depending on what we run into when implementating changes to the loader.
* Import in NPTL code from glibc. For further information please"Steven J. Hill"2005-05-079-0/+356
consult the 'README.NPTL' file.