Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 83f65b63 | 2013-11-16 06:53:50 | Finally, this adds _CALL_ELF == 2 support. ELFv1 objects can't be linked with ELFv2 objects, so this is one case where preprocessor tests in ffi.c are fine. Also, there is no need to define a new FFI_ELFv2 or somesuch value in enum ffi_abi. FFI_LINUX64 will happily serve both ABIs. | ||
| a97cf1fa | 2013-11-16 06:40:13 | This patch prepares for ELFv2, where sizes of these areas change. It also makes some minor changes to improve code efficiency. | ||
| d3d099b4 | 2013-07-02 16:11:38 | little-endian ppc64 support | ||
| dfadfb19 | 2012-10-31 06:46:41 | Rebase for ppc64 fix | ||
| c6dddbd0 | 2009-10-04 08:11:33 | Initial commit |