]> Git Repo - binutils.git/blob - binutils/testsuite/binutils-all/group-5.s
Automatic date update in version.in
[binutils.git] / binutils / testsuite / binutils-all / group-5.s
1         .section .text.foo,"axG",%progbits,foo_group,comdat
2         .global foo
3 foo:
4         .word 0
5
6         .section .data.foo,"awG",%progbits,foo_group,comdat
7         .global bar
8 bar:
9         .word 1
10
11         .section .dropme,"G",%progbits,foo_group,comdat
12         .word 2
This page took 0.024588 seconds and 4 git commands to generate.