Automatic date update in version.in
[binutils-gdb.git] / ld / testsuite / ld-elf / empty.s
blob059f208ad003163bd3e57d584e9e3a19941fbcd8
1 .section .bss
2 bar:
3 .text
4 .type start,"function"
5 .global start
6 start:
7 .type _start,"function"
8 .global _start
9 _start:
10 .type __start,"function"
11 .global __start
12 __start:
13 .type main,"function"
14 .global main
15 main:
16 .type _main,"function"
17 .global _main
18 _main:
19 .long 0