diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/group-5.s')
-rw-r--r-- | binutils/testsuite/binutils-all/group-5.s | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/group-5.s b/binutils/testsuite/binutils-all/group-5.s new file mode 100644 index 0000000..b2e100a --- /dev/null +++ b/binutils/testsuite/binutils-all/group-5.s @@ -0,0 +1,12 @@ + .section .text.foo,"axG",%progbits,foo_group,comdat + .global foo +foo: + .word 0 + + .section .data.foo,"awG",%progbits,foo_group,comdat + .global bar +bar: + .word 1 + + .section .dropme,"G",%progbits,foo_group,comdat + .word 2 |