Fix SHF_GNU_RETAIN testsuite fallout
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / comm-data2.s
CommitLineData
74d44110
MR
1 .text
2 .globl _start
3 .globl __start
4_start:
5__start:
fe9cd7ab
MR
6 .ifdef HPUX
7foo .comm 4
8 .else
74d44110 9 .comm foo, 4, 4
fe9cd7ab 10 .endif
74d44110
MR
11 .section .debug_foo,"",%progbits
12 .balign 16
13 .ifdef ELF64
14 .8byte foo
15 .else
16 .4byte foo
17 .endif
18 .balign 16
This page took 0.421715 seconds and 4 git commands to generate.