* ld-elf/empty.s: Define "start".
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / empty.s
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 .long 0
This page took 0.031454 seconds and 5 git commands to generate.