summaryrefslogtreecommitdiffstats
path: root/binutils-2.21/ld/testsuite/ld-elf/group8.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.21/ld/testsuite/ld-elf/group8.s')
-rw-r--r--binutils-2.21/ld/testsuite/ld-elf/group8.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils-2.21/ld/testsuite/ld-elf/group8.s b/binutils-2.21/ld/testsuite/ld-elf/group8.s
new file mode 100644
index 0000000..7766c6c
--- /dev/null
+++ b/binutils-2.21/ld/testsuite/ld-elf/group8.s
@@ -0,0 +1,10 @@
+ .section .text.foo,"axG",%progbits,foo,comdat
+ .globl foo
+ .type foo,%function
+foo:
+ .byte 0
+ .section .text.bar,"axG",%progbits,bar,comdat
+ .globl bar
+ .type bar,%function
+bar:
+ .byte 0