[PATCH] Fix compile failure on AArch64 Linux builds
Alan Lawrence
alan.lawrence@arm.com
Tue Sep 23 12:36:00 GMT 2014
Hi,
commit 5df384077f3633ec8cf2e08f9199e5a44994dbad (Merge pull request #129 from
frida/fix/darwin-aarch64-cif-prep // Fix non-variadic CIF initialization for
Apple/ARM64) breaks building libffi on aarch64 linux (e.g.
aarch64-none-linux-gnu), with error:
../src/aarch64/ffi.c: In function 'ffi_prep_cif_machdep':
../src/aarch64/ffi.c:785:6: error: 'ffi_cif' has no member named
'aarch64_nfixedargs'
cif->aarch64_nfixedargs = 0;
^
make[3]: *** [src/aarch64/ffi.lo] Error 1
Attached patch is a simple fix, tested on aarch64-none-linux-gnu. Is this OK for
trunk (and if so, can someone with write access please commit)?
Thanks, Alan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libffi_aarch64_nfixedargs.patch
Type: text/x-patch
Size: 294 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libffi-discuss/attachments/20140923/6bbd5642/attachment.bin>
More information about the Libffi-discuss
mailing list