[Patch ]Fix bintest.s failure after previous AArch64 map symbol commit
[deliverable/binutils-gdb.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.029625 seconds and 4 git commands to generate.