]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Remove svvptc from riscv-ext-bitmask.def
authorYangyu Chen <cyy@cyyself.name>
Tue, 17 Dec 2024 14:41:05 +0000 (07:41 -0700)
committerJeff Law <jlaw@ventanamicro.com>
Tue, 17 Dec 2024 14:41:50 +0000 (07:41 -0700)
There should be no svvptc in the riscv-ext-bitmask.def file since it has
not yet been added to the RISC-V C API Specification or the Linux
hwprobe. And there is no need for userspace software to know that this
extension exists. So remove it from the riscv-ext-bitmask.def file.

Fixes: e4f4b2dc08 ("RISC-V: Minimal support for svvptc extension.")
Signed-off-by: Yangyu Chen <cyy@cyyself.name>
gcc/ChangeLog:

* common/config/riscv/riscv-ext-bitmask.def (RISCV_EXT_BITMASK): Remove svvptc.

gcc/common/config/riscv/riscv-ext-bitmask.def

index a733533df98eeea99814f2a1438604ba206bd202..ca5df1740f3f11f9bd8c4cdbe43b376ccd30225b 100644 (file)
@@ -79,6 +79,5 @@ RISCV_EXT_BITMASK ("zcd",             1,  4)
 RISCV_EXT_BITMASK ("zcf",              1,  5)
 RISCV_EXT_BITMASK ("zcmop",            1,  6)
 RISCV_EXT_BITMASK ("zawrs",            1,  7)
-RISCV_EXT_BITMASK ("svvptc",           1,  8)
 
 #undef RISCV_EXT_BITMASK