Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-elf / comm-data5.s
blob91e57b4b882ec9c18205d7cccde01ec3fcc49b21
1 .ifdef HPUX
2 v_i .comm 4
3 .else
4 .comm v_i,4,4
5 .endif
7 .section .rodata,"a",%progbits
8 .dc.a v_i
10 .globl main
11 .globl _main
12 .globl start
13 .globl _start
14 .globl __start
15 .text
16 main:
17 _main:
18 start:
19 _start:
20 __start:
21 .dc.a 0