diff options
author | Nelson Chu <nelson.chu@sifive.com> | 2021-09-13 20:22:47 +0800 |
---|---|---|
committer | Nelson Chu <nelson.chu@sifive.com> | 2021-09-13 20:22:47 +0800 |
commit | 18287cf8b19533429a4b7f17726c93d1f292e1df (patch) | |
tree | 2e6e83bd1f07482b06e8f1529e64407f1bf7eac0 | |
parent | 168495916d891806c847de908d2641d37c4bc21a (diff) | |
download | gdb-18287cf8b19533429a4b7f17726c93d1f292e1df.zip gdb-18287cf8b19533429a4b7f17726c93d1f292e1df.tar.gz gdb-18287cf8b19533429a4b7f17726c93d1f292e1df.tar.bz2 |
RISC-V: Update the assembler insn testcase.
Since the 0x57 is preserved for the vadd.vv instruction in the integration
branch, remove it to make sure the testcase can work.
gas/
* testsuite/gas/riscv/insn.d: Remove 0x57 since it is preserved
for vadd.vv instruction.
* testsuite/gas/riscv/insn.s: Likewise.
-rw-r--r-- | gas/testsuite/gas/riscv/insn.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/riscv/insn.s | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gas/testsuite/gas/riscv/insn.d b/gas/testsuite/gas/riscv/insn.d index 5b36107..e55030e 100644 --- a/gas/testsuite/gas/riscv/insn.d +++ b/gas/testsuite/gas/riscv/insn.d @@ -71,7 +71,5 @@ Disassembly of section .text: [^:]+:[ ]+00c58533[ ]+add[ ]+a0,a1,a2 [^:]+:[ ]+0001[ ]+nop [^:]+:[ ]+00000013[ ]+nop -[^:]+:[ ]+00000057[ ]+0x57 [^:]+:[ ]+0001[ ]+nop [^:]+:[ ]+00000013[ ]+nop -[^:]+:[ ]+00000057[ ]+0x57 diff --git a/gas/testsuite/gas/riscv/insn.s b/gas/testsuite/gas/riscv/insn.s index 8473905..e47f529 100644 --- a/gas/testsuite/gas/riscv/insn.s +++ b/gas/testsuite/gas/riscv/insn.s @@ -56,7 +56,5 @@ target: .insn 0x0001 .insn 0x00000013 - .insn 0x00000057 .insn 0x2, 0x0001 .insn 0x4, 0x00000013 - .insn 0x4, 0x00000057 |