Skip to content

Commit 577749c

Browse files
committed
RISC-V: 'Zfa' extension is now ratified
Since this extension is ratified, it now has the version number 1.0. Reference: <riscv/riscv-isa-manual#1096> bfd/ChangeLog: * elfxx-riscv.c (riscv_supported_std_z_ext): Update the version number of 'Zfa' extension.
1 parent 5d4a870 commit 577749c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bfd/elfxx-riscv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ static struct riscv_supported_ext riscv_supported_std_z_ext[] =
12601260
{"zihintpause", ISA_SPEC_CLASS_DRAFT, 2, 0, 0 },
12611261
{"zmmul", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12621262
{"zawrs", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
1263-
{"zfa", ISA_SPEC_CLASS_DRAFT, 0, 1, 0 },
1263+
{"zfa", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12641264
{"zfh", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12651265
{"zfhmin", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12661266
{"zfinx", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },

0 commit comments

Comments
 (0)