Skip to content

Commit 5b576ed

Browse files
committed
RISC-V: Remove support for non-existing 'Zve32d'
Since this "extension" does not exist (on the other hand, 'Zve64d' exists) and it's not useful if we keep it (as other code portions just ignore "zve32d"), this commit just removes it. bfd/ChangeLog: * elfxx-riscv.c (riscv_supported_std_z_ext): Remove 'Zve32d' extension from the list.
1 parent 6085bf5 commit 5b576ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bfd/elfxx-riscv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,6 @@ static struct riscv_supported_ext riscv_supported_std_z_ext[] =
12841284
{"zkt", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12851285
{"zve32x", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12861286
{"zve32f", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
1287-
{"zve32d", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12881287
{"zve64x", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12891288
{"zve64f", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },
12901289
{"zve64d", ISA_SPEC_CLASS_DRAFT, 1, 0, 0 },

0 commit comments

Comments
 (0)