aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-xtensa/startstop.s
blob: b94b0ec573c8e432d6008d2531fcb9543df59f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	.file	"startstop.s"
	.text
	.section	.rodata
	.align	4
.LC0:
	.section	TEST_SECTION,"aw"
	.align	4
	.literal_position
	.literal .LC1, __start_TEST_SECTION
	.literal .LC2, __stop_TEST_SECTION
	.align	4
	.global	_start
	.type	_start, @function
_start:
	l32r	a2, .LC1
	l32r	a3, .LC2