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