* binutils-all/objcopy.exp objcopy_text): Remove xfails for sh-rtems
[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.032626 seconds and 4 git commands to generate.