PR26580, Size and alignment of commons vs as-needed shared lib
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr26580-a.s
1 .text
2 .globl _start
3 .globl __start
4 _start:
5 __start:
6 .ifdef HPUX
7 one .comm 1
8 .else
9 .comm one, 1, 1
10 .endif
This page took 0.030308 seconds and 4 git commands to generate.