* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / empty2.s
blobdeed3182f5c7eb4764ba66deebdd63c4d620234a
1 .file "empty2.s"
2 .equiv constant, 0x12345678
3 .section .bss
4 bar:
5 .text
6 .type start,"function"
7 .global start
8 start:
9 .type _start,"function"
10 .global _start
11 _start:
12 .type __start,"function"
13 .global __start
14 __start:
15 .type main,"function"
16 .global main
17 main:
18 .long constant