RISC-V: Clarify the addends of pc-relative access.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / pcrel-lo-addend-3c.s
1 .text
2 .globl _start
3 .align 3
4 _start:
5 .LA0: auipc a5, %got_pcrel_hi (ll)
6 ld a0, %pcrel_lo (.LA0 + 0x4)(a5)
7
8 .globl ll
9 .data
10 ll:
11 .dword 0
12 .dword 0
13 .dword 0
This page took 0.047666 seconds and 4 git commands to generate.