summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/x86_64/sysdep.h
Commit message (Collapse)AuthorAgeFilesLines
* x86_64: unify sysdep.hAustin Foxley2010-02-181-114/+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>
* get x86_64 nptl buildingAustin Foxley2009-12-111-0/+114
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>