aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elf/comm-data5.s
blob: 91e57b4b882ec9c18205d7cccde01ec3fcc49b21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 .ifdef HPUX
v_i .comm 4
 .else
  .comm v_i,4,4
 .endif

 .section .rodata,"a",%progbits
 .dc.a v_i

 .globl main
 .globl _main
 .globl start
 .globl _start
 .globl __start
 .text
main:
_main:
start:
_start:
__start:
 .dc.a 0