Skip to content

Commit e3f5898

Browse files
committed
RISC-V: Update ratified 'Ztso' extension version
Because the 'Ztso' extension is now ratified, it has a version number of 1.0 (not 0.1). This commit updates the number. bfd/ChangeLog: * elfxx-riscv.c (riscv_supported_std_z_ext): Update the version number of the 'Ztso' extension since it's ratified.
1 parent d734d43 commit e3f5898

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
@@ -1317,7 +1317,7 @@ static struct riscv_supported_ext riscv_supported_std_z_ext[] =
13171317
{"zvl16384b", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
13181318
{"zvl32768b", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
13191319
{"zvl65536b", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
1320-
{"ztso", ISA_SPEC_CLASS_DRAFT, 0, 1, 0 },
1320+
{"ztso", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
13211321
{"zca", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
13221322
{"zcb", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
13231323
{"zcf", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },

0 commit comments

Comments
 (0)