Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc/x86_64: use ELF-compatible definitions for assembler | Roman I Khimov | 2010-04-27 | 1 | -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_64 | Austin Foxley | 2010-02-19 | 1 | -7/+4 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | x86_64: unify sysdep.h | Austin Foxley | 2010-02-18 | 1 | -0/+352 |
Signed-off-by: Austin Foxley <austinf@cetoncorp.com> |