]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/riscv/no-relax-reloc.s
RISC-V: Add new option -mrelax/-mno-relax.
[thirdparty/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