summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/group-3.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/group-3.s')
-rw-r--r--binutils/testsuite/binutils-all/group-3.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/group-3.s b/binutils/testsuite/binutils-all/group-3.s
new file mode 100644
index 0000000..eb235e8
--- /dev/null
+++ b/binutils/testsuite/binutils-all/group-3.s
@@ -0,0 +1,8 @@
+ .section .text.foo3,"axG",%progbits,foo3,comdat
+ .global foo3
+foo3:
+ .word 0
+ .section .data.bar3,"awG",%progbits,foo3,comdat
+ .global bar3
+bar3:
+ .word 0