aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-riscv-elf/pie-bind-locally-b.s
blob: e5f16cdf9df5954be4d7cc72edfb2def92eb8cc8 (plain)
1
2
3
4
5
6
7
8
	.section	.data.rel,"aw",%progbits
	.type	q, %object
q:
.ifdef __64_bit__
	.quad	_start
.else
	.word	_start
.endif