]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Revert "RISC-V: Add implication for M extension."
authorJeff Law <jlaw@ventanamicro.com>
Wed, 9 Oct 2024 22:22:06 +0000 (16:22 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Wed, 9 Oct 2024 22:22:06 +0000 (16:22 -0600)
This reverts commit 0a193466f2e87acef9b86e0d086bc6f6017518b0.

gcc/common/config/riscv/riscv-common.cc

index 60595a3e3561869c0c77404717f2aad21ced43e0..2adebe0b6f29321b1a07883789bc8dc98f0ceb8c 100644 (file)
@@ -75,8 +75,6 @@ struct riscv_implied_info_t
 /* Implied ISA info, must end with NULL sentinel.  */
 static const riscv_implied_info_t riscv_implied_info[] =
 {
-  {"m", "zmmul"},
-
   {"d", "f"},
   {"f", "zicsr"},
   {"d", "zicsr"},