summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S
Commit message (Collapse)AuthorAgeFilesLines
* nptl: fix compilation on x86_64William Pitcock2011-03-081-1/+1
| | | | | | | | This commit gives us a fully functioning NPTL on x86-64 by using the GOTOFF macro as needed. Signed-off-by: William Pitcock <nenolod@dereferenced.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* more fixes for x86_64 nptlAustin Foxley2010-02-191-1/+1
| | | | | | also cleanup some PIC (should be __PIC__) that snuck in Signed-off-by: Austin Foxley <austinf@cetoncorp.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/+306
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>