x86: Update GNU_PROPERTY_X86_XXX macros
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / group-2.s
1 .section .text.foo,"axG",%progbits,.text.foo,comdat
2 .global foo2
3 foo2:
4 .word 0
5 .section .data.bar,"awG",%progbits,.text.foo,comdat
6 .global bar2
7 bar2:
8 .word 0
This page took 0.028974 seconds and 4 git commands to generate.