summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-arm/arm-rel31.s
blob: 37eee66c0de81474df7b3d055d3c3d0cdd16db77 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Test the R_ARM_REL31 relocation
	.section .before
	.global _start
_start:
	.text
	.rel31 0, foo
	.rel31 0, _start
	.rel31 1, foo
	.rel31 1, _start
	.section .after
foo: