summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/comm-data5.s
diff options
context:
space:
mode:
Diffstat (limited to 'ld/testsuite/ld-elf/comm-data5.s')
-rw-r--r--ld/testsuite/ld-elf/comm-data5.s15
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/comm-data5.s b/ld/testsuite/ld-elf/comm-data5.s
new file mode 100644
index 0000000..1605b8a
--- /dev/null
+++ b/ld/testsuite/ld-elf/comm-data5.s
@@ -0,0 +1,15 @@
+ .comm i,4,4
+
+ .section .rodata,"a",%progbits
+ .dc.a i
+
+ .globl main
+ .globl start
+ .globl _start
+ .globl __start
+ .text
+main:
+start:
+_start:
+__start:
+ .dc.a 0