aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-scripts/subalign.s
blob: 558957080d65a71cc7911e09b5ffa7ce81fbd708 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
	.file	"subalign.c"
	.text
	.globl		a_one
	.section	.mysection1,"aw"
	.align 8
a_one:
	.zero		1

	.globl		b_one
	.section	.mysection2,"aw"
	.align 		8
b_one:
	.zero	1

	.globl		c_one
	.section	.mysection3,"aw"
	.align 		8
c_one:
	.zero	1