x86_64: Decouple return types from FFI_TYPE constants
authorRichard Henderson <rth@twiddle.net>
Tue, 28 Oct 2014 18:17:35 +0000 (11:17 -0700)
committerRichard Henderson <rth@twiddle.net>
Wed, 12 Nov 2014 08:15:35 +0000 (09:15 +0100)
commit32c56831636a489a1c5084e42ffbd935902b1033
tree024fbf3e64584dce3fb7871778881a7867ea02a5
parent2e9dc1655600eb8928ebab13fa246187b6205109
x86_64: Decouple return types from FFI_TYPE constants

We can better support structure returns, and as prep for
complex types.
src/x86/ffi64.c
src/x86/internal64.h [new file with mode: 0644]
src/x86/unix64.S