aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/section-order-1b.s
blob: 49a0b32475a9bb1cd6c644dff1e59070f9c9f9eb (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
30
31
32
33
34
	.section .text.xxx
	.globl	xxx
xxx:
	.dc.a 0

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

	.section .big
	.global big
big:
	.dc.a 0

	.section .baz
	.global baz
baz:
	.dc.a 0

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

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

	.data
	.global data_symbol
data_symbol:
	.dc.a 0