summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/x86_64/sysdep.h
Commit message (Collapse)AuthorAgeFilesLines
* libc/x86_64: use ELF-compatible definitions for assemblerRoman I Khimov2010-04-271-17/+1
| | | | | | | | | | | | Fixes open/read/write/close breakage with NPTL on x86_64 (due to missing '.type' declaration). Done this way because there are already ELF-style definitions in assemebler code for x86_64 and looks like HAVE_ELF is not defined and used this days. Or the other way around, it'd be a bit strange for x86_64 not to have ELF. Signed-off-by: Roman I Khimov <khimov@altell.ru> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* fixes to get nptl compiling for x86_64Austin Foxley2010-02-191-7/+4
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* x86_64: unify sysdep.hAustin Foxley2010-02-181-0/+352
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>