commit | 83f65b63d9764a9cc7688fc5cda5ee2bd23faf54 | [log] [tgz] |
---|---|---|
author | Alan Modra <amodra@gmail.com> | Sat Nov 16 06:53:50 2013 -0500 |
committer | Anthony Green <green@moxielogic.com> | Sat Nov 16 06:56:30 2013 -0500 |
tree | baf169c6716f54e85557ef8937f8f25eae2a6070 | |
parent | 362851379a49ce07d3e36e82c4e5c7b6cc16a352 [diff] |
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.