Accept mips-sgi-irix output in a few ld tests
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / start.s
1 .text
2 .globl start
3 .type start, @function
4 start:
5 .globl _start
6 .type _start, @function
7 _start:
8 .globl __start
9 .type __start, @function
10 __start:
11 .globl main
12 .type main, @function
13 main:
14 .globl _main
15 .type _main, @function
16 _main:
17 .dc.a 0
This page took 0.030281 seconds and 4 git commands to generate.