This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3315a826f2b Daily bump. new 26efd270638 Use C version of multi3 for RVE support.
The 1 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: libgcc/ChangeLog | 6 +++ libgcc/config/riscv/multi3.S | 90 -------------------------------------------- libgcc/config/riscv/multi3.c | 86 ++++++++++++++++++++++++++++++++++++++++++ libgcc/config/riscv/t-elf | 2 +- 4 files changed, 93 insertions(+), 91 deletions(-) delete mode 100644 libgcc/config/riscv/multi3.S create mode 100644 libgcc/config/riscv/multi3.c