]> git.ipfire.org Git - thirdparty/gcc.git/commit
libffi: Backport of LoongArch support for libffi.
authorLulu Cheng <chenglulu@loongson.cn>
Tue, 22 Aug 2023 11:56:21 +0000 (19:56 +0800)
committerLulu Cheng <chenglulu@loongson.cn>
Wed, 23 Aug 2023 06:11:37 +0000 (14:11 +0800)
commit4beacf3cb8d128b3b9c8c2d3824693b895414428
treec02d32775797e323bc201f8ce551de340e808f19
parentaf3820d10d706458633e9e232a989965de24aa49
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.
libffi/Makefile.am
libffi/Makefile.in
libffi/configure.host
libffi/src/loongarch64/ffi.c [new file with mode: 0644]
libffi/src/loongarch64/ffitarget.h [new file with mode: 0644]
libffi/src/loongarch64/sysv.S [new file with mode: 0644]