Skip to content

Commit 4352c0a

Browse files
author
Nelson Chu
committed
RISC-V: Make sure rv32q conflict won't affect the zfa gas testcases.
According to the commit 51498ab, the q extension was no longer allowed for rv32 since version 2.2. Therefore, make sure the version of q is larger than 2.2, in case the new extension conflict breaks the toolchain regressions, which built with the old -misa-spec. gas/ * testsuite/gas/riscv/zfa-zvfh.d: Set q to v2.2. * testsuite/gas/riscv/zfa.d: Likewise.
1 parent 85ad846 commit 4352c0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gas/testsuite/gas/riscv/zfa-zvfh.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#as: -march=rv32iq_zfa_zvfh
1+
#as: -march=rv32iq2p2_zfa_zvfh
22
#objdump: -d
33

44
.*:[ ]+file format .*

gas/testsuite/gas/riscv/zfa.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#as: -march=rv32iq_zfa_zfh
1+
#as: -march=rv32iq2p2_zfa_zfh
22
#objdump: -d
33

44
.*:[ ]+file format .*

0 commit comments

Comments
 (0)