ld: better handling of lma region for orphan sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data5.s
CommitLineData
dd803a24
AM
1 .ifdef HPUX
2i .comm 4
3 .else
4 .comm i,4,4
5 .endif
5c3ab52b
AM
6
7 .section .rodata,"a",%progbits
8 .dc.a i
9
10 .globl main
11 .globl start
12 .globl _start
13 .globl __start
14 .text
15main:
16start:
17_start:
18__start:
19 .dc.a 0
This page took 0.195364 seconds and 4 git commands to generate.