aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--target-riscv.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/target-riscv.c b/target-riscv.c
index 80f2588f..d6dbb7d5 100644
--- a/target-riscv.c
+++ b/target-riscv.c
@@ -39,17 +39,7 @@ static void parse_march_riscv(const char *arg)
{ "f", RISCV_FLOAT|RISCV_FDIV|RISCV_ZICSR },
{ "d", RISCV_DOUBLE|RISCV_FDIV|RISCV_ZICSR },
{ "g", RISCV_GENERIC },
- { "q", 0 },
- { "l", 0 },
{ "c", RISCV_COMP },
- { "b", 0 },
- { "j", 0 },
- { "t", 0 },
- { "p", 0 },
- { "v", 0 },
- { "n", 0 },
- { "h", 0 },
- { "s", 0 },
{ "_zicsr", RISCV_ZICSR },
{ "_zifencei", RISCV_ZIFENCEI },
};