]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-riscv-elf/pcrel-lo-addend-3b.s
RISC-V: Clarify the addends of pc-relative access.
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-riscv-elf / pcrel-lo-addend-3b.s
1 .text
2 .globl _start
3 .align 3
4 _start:
5 .LA0: auipc a5, %got_pcrel_hi (ll + 0x4)
6 ld a0, %pcrel_lo (.LA0)(a5)
7
8 .globl ll
9 .data
10 ll:
11 .dword 0
12 .dword 0
13 .dword 0