RISC-V: PR25212, Report errors for invalid march and mabi combinations.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / mabi-attr-rv64iq.s
1 .attribute arch,"rv64ifdq"
2 .option pic
3 .extern foo
4 .text
5 foo:
6 la a0, foo
This page took 0.029517 seconds and 4 git commands to generate.