[PATCH] RISC-V/libgcc: Save/Restore routines for E goes with ABI.
Hi, This is my first patch of GCC. It there are any problems, please let me know. 0001-RISC-V-libgcc-Save-Restore-routines-for-E-goes-with-.patch Description: Binary data
Re: [PATCH] RISC-V/libgcc: Save/Restore routines for E goes with ABI.
LGTM, you just need write few more boring ChangeLog in commit log like below: libgcc/ChangeLog: * config/riscv/save-restore.S: Check with __riscv_abi_rve rather than __riscv_32e. Anyway I committed to trunk with that changelog :) On Fri, Sep 27, 2024 at 5:19 PM Tsung Chun Lin wrote: > >