* ld-elf/comm-data4.d, ld-elf/comm-data4.s: New test.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data4.s
1 .comm i,4,4
2
3 .data
4 .dc.a i
5
6 .globl main
7 .globl start
8 .globl _start
9 .globl __start
10 .text
11 main:
12 start:
13 _start:
14 __start:
15 .dc.a 0
This page took 0.036748 seconds and 5 git commands to generate.