aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-xtensa/relax-diff1.s
blob: 6cc8e2b9cef060306d12647cdae17cc201202217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	.globl	_start
	.globl	_ResetVector
	.text
_ResetVector:
_start:
	.literal_position
	movi	a2, 0x12345678
	movi	a2, 0x12345678
1:
	.space	250
2:
	.space	65530
3:
	.align	4
	.byte	1b - 2b
	.byte	2b - 1b
	.short	2b - 3b
	.short	3b - 2b