RISC-V: Remove support for non-existing 'Zve32d'
authorTsukasa OI <research_trasio@irq.a4lg.com>
Thu, 3 Aug 2023 01:01:23 +0000 (01:01 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Fri, 11 Aug 2023 01:52:53 +0000 (01:52 +0000)
commit5b576ed1434dfe9d80b7f0a4490c9faca94c0ed0
tree332e4adec2244e68dd05cf8b7b0215060e120ddb
parent6085bf5240c3519086e82229b4a729dd527217fd
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.
bfd/elfxx-riscv.c