* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / comm-data2.s
blob87f981e53a228dea4c0a73a969071b6e79cc3b95
1 .text
2 .globl _start
3 .globl __start
4 _start:
5 __start:
6 .comm foo, 4, 4
7 .section .debug_foo,"",%progbits
8 .balign 16
9 .ifdef ELF64
10 .8byte foo
11 .else
12 .4byte foo
13 .endif
14 .balign 16