binutils/testsuite/
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / group.s
CommitLineData
6a0d0afd
L
1 .section .text,"axG",%progbits,foo_group,comdat
2 .global foo
3foo:
4 .word 0
5 .section .data,"awG",%progbits,foo_group,comdat
6 .global bar
7bar:
8 .word 0
This page took 0.038948 seconds and 4 git commands to generate.