[PATCH] RISC-V: 'Zfa' extension is now ratified
Nelson Chu
nelson@rivosinc.com
Mon Oct 30 00:37:50 GMT 2023
Okay, thanks.
Nelson
On Mon, Oct 16, 2023 at 7:44 PM Tsukasa OI <research_trasio@irq.a4lg.com>
wrote:
> From: Tsukasa OI <research_trasio@irq.a4lg.com>
>
> Since this extension is ratified, it now has the version number 1.0.
>
> Reference:
> <https://github.com/riscv/riscv-isa-manual/pull/1096>
>
> bfd/ChangeLog:
>
> * elfxx-riscv.c (riscv_supported_std_z_ext): Update the version
> number of 'Zfa' extension.
> ---
> bfd/elfxx-riscv.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bfd/elfxx-riscv.c b/bfd/elfxx-riscv.c
> index c070394a3667..684e74a3a8c7 100644
> --- a/bfd/elfxx-riscv.c
> +++ b/bfd/elfxx-riscv.c
> @@ -1260,7 +1260,7 @@ static struct riscv_supported_ext
> riscv_supported_std_z_ext[] =
> {"zihintpause", ISA_SPEC_CLASS_DRAFT, 2, 0, 0 },
> {"zmmul", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
> {"zawrs", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
> - {"zfa", ISA_SPEC_CLASS_DRAFT, 0, 1, 0 },
> + {"zfa", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
> {"zfh", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
> {"zfhmin", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
> {"zfinx", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
>
> base-commit: 5d4a870e05ac45e3f5a301c672a4079995b5db7a
> --
> 2.42.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/binutils/attachments/20231030/aa5a294a/attachment.htm>
More information about the Binutils
mailing list