aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/section-order-1a.s
blob: 2394a7ba902fc2f1da1ee76c256384db4bde7b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
	.section .text.foo
	.globl	foo
foo:
	.dc.a 0

	.section .text.bar
	.globl	bar
bar:
	.dc.a 0

	.section .data.small
	.globl small
small:
	.dc.a 0

	.section .bar
	.global bar
bart:
	.dc.a 0

	.section .text.zzz
	.global zzz
zzz:
	.dc.a 0

	.section .data.bbb
	.global bbb
bbb:
	.dc.a 0