summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-xtensa/diff_overflow2.s
blob: 096ae39d9251c87ee1685e19325ea3f4ead68267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
	.section .text.f1,"axG",@progbits,f1,comdat
	.literal_position
	.literal .L5, 0
	.align	4
f4:
	entry	a1, 32
.Lf4:
	l32r	a2, .L5
	l32r	a2, .L5
	nop
	nop
	retw

	.section .text
f5:
	entry	a1, 32
.Lf5:
	retw

	.section .debug_frame,"",@progbits
	.byte	.Lf4 - f4
	.byte	.Lf5 - f5