https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108682
--- Comment #11 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by LuluCheng <chengl...@gcc.gnu.org>: https://gcc.gnu.org/g:4beacf3cb8d128b3b9c8c2d3824693b895414428 commit r14-3405-g4beacf3cb8d128b3b9c8c2d3824693b895414428 Author: Lulu Cheng <chengl...@loongson.cn> Date: Tue Aug 22 19:56:21 2023 +0800 libffi: Backport of LoongArch support for libffi. This is a backport of <https://github.com/libffi/libffi/commit/f259a6f6de>, and contains modifications to commit 5a4774cd4d, as well as the LoongArch schema portion of commit ee22ecbd11. This is needed for libgo. libffi/ChangeLog: PR libffi/108682 * configure.host: Add LoongArch support. * Makefile.am: Likewise. * Makefile.in: Regenerate. * src/loongarch64/ffi.c: New file. * src/loongarch64/ffitarget.h: New file. * src/loongarch64/sysv.S: New file.