[PATCH] testsuites: Fix RISC-V tests with 'nop' instruction.
Jan Beulich
jbeulich@suse.com
Wed Sep 10 12:59:44 GMT 2025
On 10.09.2025 14:09, Jiawei wrote:
> This patch forces tests containing 'nop'(0x13) instructions to specify the
> as parameter. The default as parameter is rv64gc will generation compressed
> instruction 'c.nop'(0x1) and broken the result as expected.
I don't follow this explanation. There's no breakage right now, and you also
don't alter any of the test expectations. Was the 2nd sentence maybe intended
to start "If the default gas setting is rv64gc ..."? (I.e. if an override of
DEFAULT_RISCV_ARCH_WITH_EXT was in effect.) If so, is NOP really the only thing
we would need to be concerned of?
Jan
More information about the Binutils
mailing list