summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/pcrel-lo-addend-3b.s
blob: 0b7ebd63a20409d5ad3852afd871137051211049 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.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