Re: [PATCH v2 1/2] RISC-V: Configure Profiles definitions in the definition file.

2025-09-15 Thread Jeff Law
On 9/11/25 01:32, Kito Cheng wrote: LGTM, I want to do that for a while but I have not found enough time yet, thanks :) On Mon, Sep 8, 2025 at 7:27 PM Jiawei wrote: Moving RISC-V Profiles definations into 'riscv-profiles.def'. Add comments for 'riscv_profiles'. gcc/ChangeLog: *

Re: [PATCH v2 1/2] RISC-V: Configure Profiles definitions in the definition file.

2025-09-11 Thread Kito Cheng
LGTM, I want to do that for a while but I have not found enough time yet, thanks :) On Mon, Sep 8, 2025 at 7:27 PM Jiawei wrote: > > Moving RISC-V Profiles definations into 'riscv-profiles.def'. Add comments for > 'riscv_profiles'. > > gcc/ChangeLog: > > * common/config/riscv/riscv-common

[PATCH v2 1/2] RISC-V: Configure Profiles definitions in the definition file.

2025-09-08 Thread Jiawei
Moving RISC-V Profiles definations into 'riscv-profiles.def'. Add comments for 'riscv_profiles'. gcc/ChangeLog: * common/config/riscv/riscv-common.cc (struct riscv_profiles): Add comments. (RISCV_PROFILE): Removed. * config/riscv/riscv-profiles.def: New file. --- gcc/co