aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorTsukasa OI <research_trasio@irq.a4lg.com>2023-07-25 01:02:01 +0000
committerTsukasa OI <research_trasio@irq.a4lg.com>2023-10-16 04:11:07 +0000
commitf1a0961ee09281ba3ddce1abb0541b45c4185094 (patch)
tree53a657f23925d33928d13ac55d762f7ebe338e83 /gas
parentde59d50076b6558dfe21b74efc091c3f9def88fd (diff)
downloadgdb-f1a0961ee09281ba3ddce1abb0541b45c4185094.zip
gdb-f1a0961ee09281ba3ddce1abb0541b45c4185094.tar.gz
gdb-f1a0961ee09281ba3ddce1abb0541b45c4185094.tar.bz2
RISC-V: Remove RV64E conflict
Since RV32E *and* RV64E are ratified, RV64E is no longer invalid. This commit removes a restriction that prevents making base ISA with reduced GPRs with XLEN > 32. bfd/ChangeLog: * elfxx-riscv.c (riscv_parse_check_conflicts): Remove RV64E conflict since the ratified 'E' base ISAs include RV64E. gas/ChangeLog: * testsuite/gas/riscv/march-fail-base-02.d: Removed. * testsuite/gas/riscv/march-fail-base-02.l: Removed.
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/gas/riscv/march-fail-base-02.d3
-rw-r--r--gas/testsuite/gas/riscv/march-fail-base-02.l2
2 files changed, 0 insertions, 5 deletions
diff --git a/gas/testsuite/gas/riscv/march-fail-base-02.d b/gas/testsuite/gas/riscv/march-fail-base-02.d
deleted file mode 100644
index cfe085a..0000000
--- a/gas/testsuite/gas/riscv/march-fail-base-02.d
+++ /dev/null
@@ -1,3 +0,0 @@
-#as: -march=rv64e
-#source: empty.s
-#error_output: march-fail-base-02.l
diff --git a/gas/testsuite/gas/riscv/march-fail-base-02.l b/gas/testsuite/gas/riscv/march-fail-base-02.l
deleted file mode 100644
index 52fee96..0000000
--- a/gas/testsuite/gas/riscv/march-fail-base-02.l
+++ /dev/null
@@ -1,2 +0,0 @@
-.*Assembler messages:
-.*Error: rv64 does not support the `e' extension