RISC-V: Accept version, supervisor ext and more than one NSE for -march.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / no-relax-reloc.s
1 target:
2 lui a5,%hi(target)
3 lw a5,%lo(target)(a5)
4
5 .LA0: auipc a5,%pcrel_hi(bar)
6 lw a0,%pcrel_lo(.LA0)(a5)
7
8 call target
This page took 0.029934 seconds and 4 git commands to generate.