RISC-V: Support assembler modifier %got_pcrel_hi.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / riscv / no-relax-reloc.s
CommitLineData
71060565
JW
1target:
2 lui a5,%hi(target)
3 lw a5,%lo(target)(a5)
4
dee35d02
NC
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)
71060565
JW
10
11 call target
This page took 0.138708 seconds and 4 git commands to generate.