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