Ensure that binutils test names are unique.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / elf / group3.s
1 .section .foo,"axG",%progbits,foo,comdat
2 .globl foo
3 .type foo,%function
4 foo:
5 .byte 1
6 .section .bar,"aG",%progbits,foo,comdat
7 .dc.a foo
This page took 0.029284 seconds and 4 git commands to generate.