aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-gc/start4.s
blob: 1aa94454e05cd1459aeade8aedb55749516193b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
	.text
	.global _start
_start:
	.dc.a foo_xx
 .ifdef UNDERSCORE
	.dc.a ___start_xx, ___stop_xx
 .else
	.dc.a __start_xx, __stop_xx
 .endif

	.section xx,"a",%progbits,unique,0
	.global foo_xx
foo_xx:
	.dc.a 1

	.section xx,"a",%progbits,unique,1
	.global bar_xx
bar_xx:
	.dc.a 3