This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 30dd727b610 [AArch64] Predicated SVE comparison folds new 833ce006a5f [arm] PR target/85658 Fix operator precedence errors in par [...] new 23b45f9a0b9 Backport of RISC-V support for libffi
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 10 + gcc/config/arm/parsecpu.awk | 19 +- libffi/ChangeLog | 9 + libffi/Makefile.am | 2 + libffi/Makefile.in | 25 +- libffi/configure.host | 5 + libffi/src/riscv/ffi.c | 445 ++++++++++++++++++++++++++++++++++ libffi/src/{arm => riscv}/ffitarget.h | 49 ++-- libffi/src/riscv/sysv.S | 214 ++++++++++++++++ 9 files changed, 742 insertions(+), 36 deletions(-) create mode 100644 libffi/src/riscv/ffi.c copy libffi/src/{arm => riscv}/ffitarget.h (70%) create mode 100644 libffi/src/riscv/sysv.S