RISC-V: Support assembler modifier %got_pcrel_hi.
[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(symbol1)
6 lw a0,%pcrel_lo(.LA0)(a5)
7
8 .LA1: auipc a5,%got_pcrel_hi(symbol2)
9 lw a0,%pcrel_lo(.LA1)(a5)
10
11 call target
This page took 0.029621 seconds and 4 git commands to generate.