Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-07 Thread Nelson Chu
Hi Nick, Done for cherry-picking two patches to support riscv zimop and zcmop into binutils-2_43-branch. Commit bb566d7f, RISC-V: Add support for Zcmop extension Commit 305fe5ed, RISC-V: Add support for Zimop extension And also for gas/NEWS in the trunk, moved the entry into 2.43 section due to t

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-07 Thread Nick Clifton
Hi Nelson, Sounds good to me, too.  Once get the approval, I will backport them to binutils-2_43-branch :-) Please could you ping me once you have done that. I will make sure not to make the point release before receiving your message. Cheers Nick

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-06 Thread Nelson Chu
On Tue, Aug 6, 2024 at 9:35 PM Jeff Law wrote: > > > On 8/6/24 3:31 AM, Nick Clifton wrote: > > Hi Jeff, > > > >>> 2.43 was released over an weekend. Is it possible to let it be > >>> supported after 2.44? cc Nick and jan. > >> I don't think it's critical enough to backport to 2.43. I'd just pu

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-06 Thread Jeff Law
On 8/6/24 3:31 AM, Nick Clifton wrote: Hi Jeff, 2.43 was released over an weekend.  Is it possible to let it be supported after 2.44? cc Nick and jan. I don't think it's critical enough to backport to 2.43.  I'd just put it on the trunk so that it's available in 2.44. It might be worth ad

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-06 Thread Nick Clifton
Hi Jeff, 2.43 was released over an weekend.  Is it possible to let it be supported after 2.44? cc Nick and jan. I don't think it's critical enough to backport to 2.43.  I'd just put it on the trunk so that it's available in 2.44. It might be worth adding it to the 2.43 branch as well. It i

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-05 Thread Nelson Chu
On Tue, Aug 6, 2024 at 11:17 AM Jeff Law wrote: > > On 8/5/24 8:17 PM, Nelson Chu wrote: > > 2.43 was released over an weekend. Is it possible to let it be > > supported after 2.44? cc Nick and jan. > I don't think it's critical enough to backport to 2.43. I'd just put it > on the trunk so that

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-05 Thread Jeff Law
On 8/5/24 8:17 PM, Nelson Chu wrote: 2.43 was released over an weekend.  Is it possible to let it be supported after 2.44? cc Nick and jan. I don't think it's critical enough to backport to 2.43. I'd just put it on the trunk so that it's available in 2.44. jeff

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-05 Thread Nelson Chu
2.43 was released over an weekend. Is it possible to let it be supported after 2.44? cc Nick and jan. Thanks Nelson On Mon, Aug 5, 2024 at 11:24 PM Jeff Law wrote: > > > On 8/5/24 9:21 AM, Jiawei wrote: > > > > > Thanks Jeff! I think I do not have the permissions in the binutils repo, > > let

Re: Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-05 Thread Xiao Zeng
2024-08-05 23:21  Jiawei wrote: > > >在 2024/8/5 22:15, Jeff Law 写道: >> >> >> On 8/4/24 8:20 PM, Jiawei wrote: >>> >>> 在 2024/8/5 8:45, Jeff Law 写道: On 8/2/24 9:32 AM, Jiawei wrote: > https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc > > gcc/ChangeLog: >>

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-05 Thread Jeff Law
On 8/5/24 9:21 AM, Jiawei wrote: Thanks Jeff! I think I do not have the permissions in the binutils repo, let me contact Nelson to ask him give  some help. Sounds good. Thanks for taking care of this. I just wish I'd noticed the patch a month ago so that we could have included it in the

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-05 Thread Jiawei
在 2024/8/5 22:15, Jeff Law 写道: On 8/4/24 8:20 PM, Jiawei wrote: 在 2024/8/5 8:45, Jeff Law 写道: On 8/2/24 9:32 AM, Jiawei wrote: https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New extension. * config/riscv

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-05 Thread Jeff Law
On 8/4/24 8:20 PM, Jiawei wrote: 在 2024/8/5 8:45, Jeff Law 写道: On 8/2/24 9:32 AM, Jiawei wrote: https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New extension. * config/riscv/riscv.opt: New mask. gcc/testsu

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-04 Thread Jiawei
在 2024/8/5 8:45, Jeff Law 写道: On 8/2/24 9:32 AM, Jiawei wrote: https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New extension. * config/riscv/riscv.opt: New mask. gcc/testsuite/ChangeLog: * gcc.target/ris

Re: [PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-04 Thread Jeff Law
On 8/2/24 9:32 AM, Jiawei wrote: https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New extension. * config/riscv/riscv.opt: New mask. gcc/testsuite/ChangeLog: * gcc.target/riscv/arch-42.c: New te

[PATCH] RISC-V: Minimal support for Zimop extension.

2024-08-02 Thread Jiawei
https://github.com/riscv/riscv-isa-manual/blob/main/src/zimop.adoc gcc/ChangeLog: * common/config/riscv/riscv-common.cc: New extension. * config/riscv/riscv.opt: New mask. gcc/testsuite/ChangeLog: * gcc.target/riscv/arch-42.c: New test. * gcc.target/riscv/arch-43