summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-sh/sh64/shcmp-1.s
blob: f915af4b479b3847efc1e8f29860522682501667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
! A single SHcompact file, that should link correctly.
	.text
	.global start
start:
	mova next,r0
	nop
next:
	nop
	mov #42,r10

	.section .rodata
	.long start
here:
	.long here
	.long next