Retro68/binutils/ld/testsuite/ld-riscv-elf/pcrel-lo-addend-3b.s
Wolfgang Thaller f485e125c4 binutils 2.39
2022-10-27 20:45:45 +02:00

14 lines
163 B
ArmAsm

.text
.globl _start
.align 3
_start:
.LA0: auipc a5, %got_pcrel_hi (ll + 0x4)
ld a0, %pcrel_lo (.LA0)(a5)
.globl ll
.data
ll:
.dword 0
.dword 0
.dword 0