aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/group.s
blob: 21aa4be55b678bdeafe507a4f32b6748f3e71699 (plain)
1
2
3
4
5
6
7
8
	.section .text,"axG",%progbits,foo_group,comdat
	.global foo
foo:
	.word 0
	.section .data,"awG",%progbits,foo_group,comdat
	.global bar
bar:
	.word 0