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