Re: [PATCH] Backport of RISC-V support for libffi go closures

2018-08-14 Thread Jim Wilson
On 08/14/2018 02:00 AM, Andreas Schwab wrote: Backport of RISC-V support for libffi go closures * src/riscv/ffi.c (ffi_call_go, ffi_prep_go_closure): New functions. (ffi_call_int): Renamed from ffi_call. (ffi_call_asm, ffi_closure_inner): Adjust interface.

[PATCH] Backport of RISC-V support for libffi go closures

2018-08-14 Thread Andreas Schwab
This is a backport of commit 4cb776bc80 in the libffi repository. Tested on riscv64-suse-linux . Andreas. Backport of RISC-V support for libffi go closures * src/riscv/ffi.c (ffi_call_go, ffi_prep_go_closure): New