summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/i386/sysdep.h
Commit message (Collapse)AuthorAgeFilesLines
* i386 unify sysdep.hAustin Foxley2010-02-181-157/+0
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* nptl: sysdep headers update for i386, mips and x86_64Carmelo Amoroso2010-02-091-1/+1
| | | | | | | | Update the arch specific sysdep headers to include the common header under libc/sysdeps/linux/common instead of libpthread/nptl/sysdeps/generic. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-161-1/+1
| | | | | | | Based on Peter Mazinger's comments on a recent commit, I decided to get rids of all occurrences of PIC changing them to __PIC__ Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* don't use __i686 in symbol names as it seems gcc can define itAustin Foxley2009-11-291-8/+9
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libpthread/nptl: core of the "Native Posix Threading Library" for uClibcAustin Foxley2009-10-171-0/+156
targetting arm,sh,i386,mips,sparc for now Signed-off-by: Austin Foxley <austinf@cetoncorp.com>