From 18287cf8b19533429a4b7f17726c93d1f292e1df Mon Sep 17 00:00:00 2001 From: Nelson Chu Date: Mon, 13 Sep 2021 20:22:47 +0800 Subject: [PATCH] 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. --- gas/testsuite/gas/riscv/insn.d | 2 -- gas/testsuite/gas/riscv/insn.s | 2 -- 2 files changed, 4 deletions(-) diff --git a/gas/testsuite/gas/riscv/insn.d b/gas/testsuite/gas/riscv/insn.d index 5b36107df29..e55030ea460 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 84739056b1a..e47f529040d 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 -- 2.30.2