https://gcc.gnu.org/g:d24a5e2d381b290d4def659ed83e969b65d07f02

commit r15-6306-gd24a5e2d381b290d4def659ed83e969b65d07f02
Author: Yangyu Chen <c...@cyyself.name>
Date:   Tue Dec 17 07:41:05 2024 -0700

    RISC-V: Remove svvptc from riscv-ext-bitmask.def
    
    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 <c...@cyyself.name>
    
    gcc/ChangeLog:
    
            * common/config/riscv/riscv-ext-bitmask.def (RISCV_EXT_BITMASK): 
Remove svvptc.

Diff:
---
 gcc/common/config/riscv/riscv-ext-bitmask.def | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/common/config/riscv/riscv-ext-bitmask.def 
b/gcc/common/config/riscv/riscv-ext-bitmask.def
index a733533df98e..ca5df1740f3f 100644
--- a/gcc/common/config/riscv/riscv-ext-bitmask.def
+++ b/gcc/common/config/riscv/riscv-ext-bitmask.def
@@ -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

Reply via email to