[binutils-gdb] RISC-V: Make sure rv32q conflict won't affect the fp-q-insns-32 gas testcase.

Nelson Chu nelsonc1225@sourceware.org
Mon Nov 6 09:47:40 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f005d229412772e89f8deabc493cee6256ea6559

commit f005d229412772e89f8deabc493cee6256ea6559
Author: Nelson Chu <nelson@rivosinc.com>
Date:   Mon Nov 6 17:33:21 2023 +0800

    RISC-V: Make sure rv32q conflict won't affect the fp-q-insns-32 gas testcase.
    
    Same as commit 4352c0ac04a.
    
    gas/
            * testsuite/gas/riscv/fp-q-insns-32.d: Set q to v2.2.

Diff:
---
 gas/testsuite/gas/riscv/fp-q-insns-32.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/testsuite/gas/riscv/fp-q-insns-32.d b/gas/testsuite/gas/riscv/fp-q-insns-32.d
index 355e695ead9..ac3c2e6c0f1 100644
--- a/gas/testsuite/gas/riscv/fp-q-insns-32.d
+++ b/gas/testsuite/gas/riscv/fp-q-insns-32.d
@@ -1,4 +1,4 @@
-#as: -march=rv32iq
+#as: -march=rv32iq2p2
 #name: Q extension (32-bit)
 #objdump: -dwrMnumeric


More information about the Binutils-cvs mailing list