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